[
https://issues.apache.org/jira/browse/CLI-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601465#action_12601465
]
Sebb commented on CLI-147:
--------------------------
How does the parser handle tokens that are neither options nor arguments?
E.g. the GNU getopt(3) C routine permutes the contents of argv so all the
non-options are at the end:
http://www.gnu.org/software/libtool/manual/libc/Using-Getopt.html#Using-Getopt
Does the parser change the String array passed to it?
> 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.