[
https://issues.apache.org/jira/browse/CLI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claude Warren updated CLI-328:
------------------------------
Assignee: Claude Warren
> 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
> Assignee: Claude Warren
> Priority: Major
>
> 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)