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 required options #218

Merged
merged 1 commit into from
Oct 5, 2017

Commits on Sep 29, 2017

  1. Support for required options

    This commit introduces support for required options,
    which are options that cause the parser to raise
    a `MissingRequiredOption` exception if not present.
    
    Options can be marked as required by passing
    `required: true` in their configuration, and any errors
    caused by missing required options can be suppressed via
    `suppress_errors: true`.
    woodruffw committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    311cb9f View commit details
    Browse the repository at this point in the history