[ 
https://issues.apache.org/jira/browse/CLI-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Bourg resolved CLI-53.
-------------------------------

    Fix Version/s: 1.1
                       (was: 2.1)
       Resolution: Duplicate

This is another avatar of the PosixParser bug that was fixed in CLI 1.1

> Parsing error?
> --------------
>
>                 Key: CLI-53
>                 URL: https://issues.apache.org/jira/browse/CLI-53
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: Parser
>    Affects Versions: 1.0
>            Reporter: C Rose
>             Fix For: 1.1
>
>
> Hi
> If one accidentally confuses the long and short argument name styles, then 
> the value of the argument is 
> incorrect. This is mad clear by an example:
> If I have a program that I call as follows:
> my_prog --file my_file.txt
> or
> my_prog -f my_file.txt
> but I make a typo and write
> my_prog -file my_file.txt
> then getOptionValue('f') will return "ile" (i.e. it thinks the remainder of 
> the argument's name is the 
> argument). "my_file.txt" will be ignored.
> This is clearly an error that the user has made, but I think that CLI should 
> be able to detect such an 
> error and throw an appropriate exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to