-
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
Kedo issue1383 #1502
Kedo issue1383 #1502
Conversation
…mplementation and test JUnit test cases demonstrating proper usage of multiple arguments and their type conversion error messaging.
…mplementation and test JUnit test cases demonstrating proper usage of multiple arguments and their type conversion error messaging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing this test class that demonstrates some of the issues discussed in #1383. I suggested some minor changes to clarify the intent of the code in some places. Can you take a look?
…ode as per @remkop's guidance.
@remkop I have fixed the code based on your comments. Let us know if you need any additional changes. |
Merged. Thank you for the contribution! |
Wrote notes and tests for issue #1383
I wrote two two test cases that provide the error messages that @StaffanArvidsson references in their issue. The first way is to use the multiple flags referenced in https://picocli.info/#_repeated_options, such as
The second way is to use a comma instead of a whitespace as the delimiter.