You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2015/08/21 14:05:46 UTC

[jira] [Updated] (CLI-257) Allow partial parsing

     [ https://issues.apache.org/jira/browse/CLI-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated CLI-257:
-------------------------------
    Description: 
commons cli can only throw exception or start skipping once it hit unknown parameter.
I need a way to tell it to start skip unknown arguments and save them somewhere for later handling, but do handle known arguments to the end

  was:
commons cli can only throw exception or start skipping once it hit unknown parameter.
I need a way to tell it to start skip unknown arguments and save them somewhere for latter handling, but do handle known arguments to the end


> Allow partial parsing
> ---------------------
>
>                 Key: CLI-257
>                 URL: https://issues.apache.org/jira/browse/CLI-257
>             Project: Commons CLI
>          Issue Type: Improvement
>    Affects Versions: 1.3.1
>         Environment: any
>            Reporter: Gunchin Aleksey
>
> commons cli can only throw exception or start skipping once it hit unknown parameter.
> I need a way to tell it to start skip unknown arguments and save them somewhere for later handling, but do handle known arguments to the end



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)