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

Document that every command parser seems to have a '--help' switch #98

Open
Paebbels opened this issue Feb 2, 2020 · 1 comment
Open
Labels
ArgParse ArgParse or pyToolingAttributes.ArgParse related. Documentation Improvements or additions to documentation Enhancement New feature or request Quality: Doc Documentation quality: completeness, coverage, level of details

Comments

@Paebbels
Copy link
Member

Paebbels commented Feb 2, 2020

ArgParse seems to add automatically a --help switch to each command parser.

cli.py new-user --help
@Paebbels Paebbels added Enhancement New feature or request Documentation Improvements or additions to documentation labels Feb 2, 2020
@Paebbels Paebbels transferred this issue from pyTooling/pyAttributes Jul 9, 2023
@Paebbels Paebbels added ArgParse ArgParse or pyToolingAttributes.ArgParse related. Quality: Doc Documentation quality: completeness, coverage, level of details labels Jan 1, 2024
@Paebbels
Copy link
Member Author

Paebbels commented Jan 1, 2024

There is an option that help is automatically added to the main parser and to the sub parsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ArgParse ArgParse or pyToolingAttributes.ArgParse related. Documentation Improvements or additions to documentation Enhancement New feature or request Quality: Doc Documentation quality: completeness, coverage, level of details
Projects
None yet
Development

No branches or pull requests

1 participant