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

add ignore_help_args option to parse_known_args(..) #223

Merged
merged 2 commits into from May 11, 2021

Commits on May 10, 2021

  1. add ignore_help_args option to parse_known_args(..) to avoid exiting …

    …the first time this method is called when -h is specified. This can allow all arg definitions to be executed before -h is handled, even if these definitions are interleaved with calls to parse_known_args(..)
    bw2 committed May 10, 2021
    Copy the full SHA
    760dff3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. added tests

    bw2 committed May 11, 2021
    Copy the full SHA
    9459a8d View commit details
    Browse the repository at this point in the history