Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple long names #53

Merged
merged 1 commit into from
Jun 27, 2018
Merged

Support for multiple long names #53

merged 1 commit into from
Jun 27, 2018

Commits on Jun 15, 2018

  1. Fixes #1: Support for multiple long names per option

    An unintrusive implementation - no existing interfaces changed, and a single addition for obtaining all of the different long names.
    
    Notes:
    
    * Tests added for the new functionality, and existing tests expanded to take it into account.
    * It is now impossible to specify long names with commas in them (but then, that wasn't properly supported before either, more of an oversight).
    * The multiple long options are not included in the usage information - just the first one of them is printed
    Eyal Rozenberg committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    0404a0d View commit details
    Browse the repository at this point in the history