mojito
mojito copied to clipboard
JCommander trims argument values from the command line
The current version of JCommander that we're using has a bug that trims arguments values from the command line: https://github.com/cbeust/jcommander/issues/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
@aurambaj This can be assigned to me
Did you have any issue because of that?
Anyway, upgrading to new version is always good if it is quick.