We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2af01 commit 516b2eaCopy full SHA for 516b2ea
1 file changed
src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -227,6 +227,8 @@ static int indexOfEqual(final String token) {
227
protected boolean skipParsing;
228
229
/** The required options and groups expected to be found when parsing the command line. */
230
+ // This can contain either a String (addOption) or an OptionGroup (addOptionGroup)
231
+ // TODO this seems wrong
232
protected List expectedOpts;
233
234
/** Flag indicating if partial matching of long options is supported. */
0 commit comments