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 b2948a6 commit 95bb098Copy full SHA for 95bb098
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -1008,6 +1008,7 @@ public Iterator<Option> iterator() {
1008
* Parses a list of values as properties. All odd numbered values are property keys
1009
* and even numbered values are property values. If there are an odd number of values
1010
* the last value is assumed to be a boolean with a value of "true".
1011
+ *
1012
* @param props the properties to update.
1013
* @param values the list of values to parse.
1014
*/
0 commit comments