-
Notifications
You must be signed in to change notification settings - Fork 425
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
Parameter validates an unknown option #282
Comments
Thanks for the bug report! I was able to reproduce the issue. Still investigating the cause... |
remkop
added a commit
that referenced
this issue
Feb 7, 2018
…no options to compare against Closes #282
This is now fixed in branch r2.2.x. Please verify. |
remkop
added a commit
that referenced
this issue
Feb 7, 2018
…id not work when there were no options to compare against Closes #282
Fixed. Tks. |
remkop
added a commit
that referenced
this issue
Feb 7, 2018
remkop
added a commit
that referenced
this issue
Feb 7, 2018
Thanks for the confirmation and thanks again for the bug report! Keep ‘em coming! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using only one field with
@Parameter
with an arity of"1..*"
is considering an unknown option as a valid parameter.Example to reproduce:
Excepted:
Return the message of missing required parameters.
The text was updated successfully, but these errors were encountered: