We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859d5e5 commit 0ab5c5cCopy full SHA for 0ab5c5c
src/main/java/org/apache/commons/cli/Option.java
@@ -190,6 +190,7 @@ public Builder desc(final String description) {
190
* @return the new {@link Option}.
191
* @throws IllegalStateException if neither {@code opt} or {@code longOpt} has been set.
192
*/
193
+ @Override
194
public Option get() {
195
return new Option(this);
196
}
0 commit comments