Claude Warren created CLI-328:
---------------------------------
Summary: CommandLine does not have a getParsedOptionValues option
Key: CLI-328
URL: https://issues.apache.org/jira/browse/CLI-328
Project: Commons CLI
Issue Type: Improvement
Reporter: Claude Warren
The CommandLine has a getParsedOptionValue() method and a getOptionValues()
method. The first returns an object based on the Option type or a Converter
provided on the method call. The second returns an array of String for options
that accept multiple values.
getParseOptionValues() is to be a method that merges these two functionalities
and allows the retrieval of multiple parsed values for options that accept
multiple values. It will have the method parameters that match the pattern
found in getParsedOptionValue().
--
This message was sent by Atlassian Jira
(v8.20.10#820010)