-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defaultValue for type Array null #24
Comments
hi.. this is a rare use case - by specifying Still, i will look at this and potentially add some validation to prevent incorrect usage.. So, you want |
Hi, no, it was a bug in my code and unexpected behaviour from package. Being a good person I reported it. |
was unable to reproduce your particular the intended behaviour is that if
and you did not pass a value for
i.e. your default value as an array, as You would get the same output if your definition looked like this:
|
Fails to parse command line if defaultValue is null and type is String and multiple is true.
Using following options:
If
--tags
array values are provided in CLI then it parses them incorrectly. Last string is split in array of chars and everything else is ignored.The text was updated successfully, but these errors were encountered: