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

Conversation

bw2
Copy link
Owner

@bw2 bw2 commented May 10, 2021

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 added 2 commits May 10, 2021 16:11
…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 bw2 merged commit 73ce668 into master May 11, 2021
@bw2 bw2 deleted the ignore_help_args_option branch May 11, 2021 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant