Return an error when 'multiple' is false and multiple options are received on the command line. #2631
Unanswered
abellosovic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to be able to return an error when the 'multiple' value is set to false, but I pass several options through the command line. The current behavior is that if I pass --option option1 --option option2, the first option is omitted and only the second one is kept. Could you guide me on what would be the best way to implement this?
Beta Was this translation helpful? Give feedback.
All reactions