Skip to content

Commit 516b2ea

Browse files
committed
TODO comment
1 parent ff2af01 commit 516b2ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/cli/DefaultParser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ static int indexOfEqual(final String token) {
227227
protected boolean skipParsing;
228228

229229
/** 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
230232
protected List expectedOpts;
231233

232234
/** Flag indicating if partial matching of long options is supported. */

0 commit comments

Comments
 (0)