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

--help is not included in the generated output #112

Open
keszybz opened this issue May 21, 2024 · 1 comment
Open

--help is not included in the generated output #112

keszybz opened this issue May 21, 2024 · 1 comment

Comments

@keszybz
Copy link

keszybz commented May 21, 2024

ArgumentParser adds --help unless add_help=False is specified, and I think this should be part of the options listed.

@praiskup
Copy link
Owner

Thank you for the report, agreed, help is welcome -> the corresponding code:

if '--help' in action.option_strings:
# TODO: put out some man page comment ..
continue

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

No branches or pull requests

2 participants