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

Negatable boolean option #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2017

  1. Negatable Boolean Options

    Option Handler that implements boolean options that are switched on using
    --<option> and switched off using --no<option>.  Requires that you add
    the "--no<option>" as an alias.
    robingarner-scu committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    eb1a00d View commit details
    Browse the repository at this point in the history
  2. Fix code style.

    robingarner-scu committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    2f84156 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Remove the requirement that the user needs to add the "--no" version of

    the option.  If the negated version isn't present as an alias it will be
    added implicitly.
    robingarner-scu committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    acd997c View commit details
    Browse the repository at this point in the history