[
https://issues.apache.org/jira/browse/CLI-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271661#comment-16271661
]
ASF GitHub Bot commented on CLI-216:
------------------------------------
GitHub user stamhankar999 opened a pull request:
https://github.com/apache/commons-cli/pull/22
CLI-216 - Make option-concatenation configurable
* Add a DefaultParser.Builder class to make it easier to configure a
DefaultParser.
* Add a "concatenated-options" setting.
* Make allow* data members final in DefaultParser.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stamhankar999/commons-cli master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-cli/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit 5458e1c6c263808f3416013ef7a9ce8916e99f4d
Author: Sandeep Tamhankar <[email protected]>
Date: 2017-11-29T22:24:58Z
CLI-216 - Make option-concatenation configurable
* Add a DefaultParser.Builder class to make it easier to configure a
DefaultParser.
* Add a "concatenated-options" setting.
* Make allow* data members final in DefaultParser.
----
> Optional support for concatenated option in the DefaultParser
> -------------------------------------------------------------
>
> Key: CLI-216
> URL: https://issues.apache.org/jira/browse/CLI-216
> Project: Commons CLI
> Issue Type: Improvement
> Components: Parser
> Affects Versions: 1.3
> Reporter: Emmanuel Bourg
>
> DefaultParser supports the concatenated options of the PosixParser (i.e tar
> -zxvf), but in many cases this behavior is not desirable. This should be made
> optional.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)