[
https://issues.apache.org/jira/browse/CLI-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601477#action_12601477
]
Emmanuel Bourg commented on CLI-147:
------------------------------------
Regarding the space handling I found this:
On Windows:
{code}java MyApp "foo bar"{code}
On Linux:
{code}java MyApp "foo bar"{code}
{code}java MyApp 'foo bar'{code}
{code}java MyApp foo\ bar{code}
These examples are equivalent and return an array of length 1 with the
unquoted/unescaped value 'foo bar'
This will be a useful addition to the documentation too.
> Create page explaining which parser to use when
> -----------------------------------------------
>
> Key: CLI-147
> URL: https://issues.apache.org/jira/browse/CLI-147
> Project: Commons CLI
> Issue Type: Task
> Components: Documentation
> Affects Versions: 1.1
> Reporter: Henri Yandell
> Assignee: Henri Yandell
> Fix For: 1.2
>
>
> Basically a short summary of what each parser does.
> Also put each relevant bit in the javadoc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.