Replies: 1 comment 8 replies
-
Not today
Do you have examples that I could look at? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not exactly sure what these are called, but anyways, I'm looking for a way to allow users of the CLI to pass arbitrary options, and in other CLIs, this is typically done through a namespaced option like
--x.foo val
or--x.bar 123
. I've scoured the docs and references, but have not found anything like this.Is this possible? If not, I would assume it would work something like:
Beta Was this translation helpful? Give feedback.
All reactions