We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7108421 commit 2f53e04Copy full SHA for 2f53e04
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -96,7 +96,6 @@ public Builder addOption(final Option option) {
96
if (option != null) {
97
options.add(option);
98
}
99
-
100
return this;
101
102
0 commit comments