We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8556b4c commit e627a6eCopy full SHA for e627a6e
1 file changed
src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -342,7 +342,6 @@ protected void handleConcatenatedOptions(final String token) throws ParseExcepti
342
break;
343
}
344
handleOption(options.getOption(ch));
345
-
346
if (currentOption != null && token.length() != i + 1) {
347
// add the trail as an argument of the option
348
currentOption.processValue(stripLeadingAndTrailingQuotesDefaultOff(token.substring(i + 1)));
0 commit comments