Github user rubin55 commented on the issue:

    https://github.com/apache/commons-cli/pull/15
  
    @chtompki Well, 216 is about disabling concatenated options, and 217 is 
about disabling partial matching; my patch implements the latter, i.e, you 
still have concatenated options, but can opt to disable partial matching:
    
        foo -ver
            !=
        foo --version
    
    So in the above, -ver could be a concatenated set of options, which, with 
the help of this patch, does not erronuously get interpreted as a partially 
matched long option 'version'.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to