Multiple options support #465
Unanswered
tanner0101
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@tanner0101 This should already be possible unless I misunderstand your question:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to support multiple values for an option in my CLI tool. For example, something similar to Helm's
--values
or--set
flags:Here
--values
is equal to the array["myvalues.yaml", "override.yaml"]
.I couldn't find a way to do this, so I think it's not supported. I could imagine declaring such an option like this:
Thoughts on supporting this? I'd be happy to make a PR if so!
Beta Was this translation helpful? Give feedback.
All reactions