[
https://issues.apache.org/jira/browse/CLI-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053003#comment-16053003
]
Rob Tompkins commented on CLI-260:
----------------------------------
I have someone interested in working on this.
> Opption parsing does not recognize quotes as end of option
> ----------------------------------------------------------
>
> Key: CLI-260
> URL: https://issues.apache.org/jira/browse/CLI-260
> Project: Commons CLI
> Issue Type: Bug
> Components: CLI-1.x
> Affects Versions: 1.3.1
> Reporter: Ralf Edmund Stranzenbach
> Assignee: Rob Tompkins
>
> A command String like
> *-k'option=value'*
> does not recognize the string *option=value* as the parameter of *-k*.
> Instead *-k'option* is parsed as the option and *value* as parameter.
> Workaround: use *-k='option=value'* instead. But users might think otherwise.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)