We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0615177 commit aef6becCopy full SHA for aef6bec
src/main/java/org/apache/commons/cli/Options.java
@@ -57,7 +57,7 @@ public Options() {
57
private final Map<String, Option> longOpts = new LinkedHashMap<>();
58
59
/** A map of the required options */
60
- // N.B. This can contain either a String (addOption) or an OptionGroup (addOptionGroup)
+ // This can contain either a String (addOption) or an OptionGroup (addOptionGroup)
61
// TODO this seems wrong
62
private final List<Object> requiredOpts = new ArrayList<>();
63
0 commit comments