[ 
https://issues.apache.org/jira/browse/CLI-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926290#comment-15926290
 ] 

ASF GitHub Bot commented on CLI-271:
------------------------------------

GitHub user laeubi opened a pull request:

    https://github.com/apache/commons-cli/pull/9

    Fix for CLI-271

    Add the posibility to use Options as a parameter for fetching values from 
the CommandLine.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/laeubi/commons-cli CLI-271

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-cli/pull/9.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 #9
    
----
commit e1f3164cba66b9ec83dfca320ea549d0f666fae5
Author: laeubi <[email protected]>
Date:   2017-03-15T14:44:35Z

    Fix for CLI-271
    Add some Tests for coverage

----


> CommandLine.getXXX and CommandLine.hasXXX should accept an Option as a 
> parameter
> --------------------------------------------------------------------------------
>
>                 Key: CLI-271
>                 URL: https://issues.apache.org/jira/browse/CLI-271
>             Project: Commons CLI
>          Issue Type: Improvement
>          Components: CLI-1.x
>    Affects Versions: 1.4
>            Reporter: Christoph Läubrich
>
> Currently there is some searching and String matching to find a matching 
> option for the hasXXX and getXXX it would be nice to pass in an Option 
> instance directly, this would also allow further improvements (e.g. infer the 
> type of an option), prevents exhaustive search for matching option as well as 
> type-safety.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to