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

Remove reordering of flags and arguments #398

Merged
merged 1 commit into from
May 9, 2016
Merged

Commits on May 7, 2016

  1. Remove reordering of flags and arguments

    This was introduced by #36, but only worked in the specific case of all
    arguments being passed before all flags. If the user mixed them, they
    ended up with odd parsing behavior where the arguments were reordered
    (causing #103 and #355).
    
    Given the tradeoffs I think we should remove support for flag
    reordering.
    
    Fixes #103
    Fixes #355
    jszwedko committed May 7, 2016
    Configuration menu
    Copy the full SHA
    f585ec7 View commit details
    Browse the repository at this point in the history