Ralf Edmund Stranzenbach created CLI-260:
--------------------------------------------
Summary: 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
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.3.4#6332)