[
https://issues.apache.org/jira/browse/CLI-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Heger resolved CLI-126.
------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.1)
2.0
Patch applied. Many thanks!
> CLI2 should support multiple property args on command line
> ----------------------------------------------------------
>
> Key: CLI-126
> URL: https://issues.apache.org/jira/browse/CLI-126
> Project: Commons CLI
> Issue Type: Improvement
> Components: CLI-2.x
> Affects Versions: 2.0
> Reporter: Sanjay Dahiya
> Fix For: 2.0
>
> Attachments: patchCLI126.patch
>
>
> If I specify a command line like -Dsomekey=value1 -Xsomekey=value2, after
> parsing the value of somekey is overwritten as WritableCommandLine maintains
> a single set for all properties irrespective of switch.
> There should be a way of handling this case. CommandLine should probably
> return a set of all the switches from which we get properties.
> comments? I can submit a patch for this if its ok to make this change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.