We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current version of JCommander that we're using has a bug that trims arguments values from the command line: cbeust/jcommander#417
The most recent version of it (1.78) has a fix for this bug: https://github.com/cbeust/jcommander/blob/master/src/main/java/com/beust/jcommander/JCommander.java#L912
The text was updated successfully, but these errors were encountered:
@aurambaj This can be assigned to me
Sorry, something went wrong.
Did you have any issue because of that?
Anyway, upgrading to new version is always good if it is quick.
Successfully merging a pull request may close this issue.
The current version of JCommander that we're using has a bug that trims arguments values from the command line: cbeust/jcommander#417
The most recent version of it (1.78) has a fix for this bug: https://github.com/cbeust/jcommander/blob/master/src/main/java/com/beust/jcommander/JCommander.java#L912
The text was updated successfully, but these errors were encountered: