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

RequireOrder #5

Merged
merged 1 commit into from Dec 15, 2016
Merged

RequireOrder #5

merged 1 commit into from Dec 15, 2016

Commits on Oct 17, 2012

  1. add RequireOrder to stop processing at non-flag.

    This option mimics the "require_order" configuration flag for Getopt::Long in Perl (http://perldoc.perl.org/Getopt/Long.html#require_order), which makes the module able to be more "POSIXLY_CORRECT", and opens up the possibility of doing partial processing (ala git itself having global git flags and then more local subcommand flags later on).
    tianon committed Oct 17, 2012
    Configuration menu
    Copy the full SHA
    eafe8dd View commit details
    Browse the repository at this point in the history