-
Notifications
You must be signed in to change notification settings - Fork 334
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
[Bug] unexpected throw ParameterException("Password parameter must have at most 1 argument.") #568
Comments
Thank you for reporting this bug. This is an open source project, so I like to invite you to file a pull request to fix it! :-) |
@mkarg I just can't imagine how to fix it. There is clearly an error in defining the number of variables and possible values. Please fix it. Very painful. |
Thank you for this additional information. Do you feel confident writing a unit test for each bug? |
@shaburov "ping";-) |
@shaburov I am bit confused. Apparently this bug seemed to be important enough for you to set up a very decent report, but now you are not responding. Could you please pick up this conversation again? Thanks. |
jCommander.parse(args)
throw ParameterException("Password parameter must have at most 1 argument.") when processing multiple fields marked aspassword
The text was updated successfully, but these errors were encountered: