We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f473c commit 3b78b1aCopy full SHA for 3b78b1a
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -31,8 +31,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more
31
* <p>
32
* It allows querying of a boolean {@link #hasOption(String opt)}, in addition to retrieving the
33
* {@link #getOptionValue(String opt)} for options requiring arguments.
34
+ * </p>
35
36
* Additionally, any left-over or unrecognized arguments, are available for further processing.
37
38
*/
39
public class CommandLine implements Serializable {
40
0 commit comments