-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Allow defining hidden args and subcommands #231
Comments
If a verbose flag is present; expand the help to all. |
I think that's a good addition. We could even make that an |
I'm not too sure I know why we have the enum AppSettings? Was this created for parsing purposes only? Don't get me wrong, it makes my macro cleaner because CamelCase is better. :-) |
The alternative is what we started with, tons of random methods which take a Also, I can't find the link but there is a Rust style guide which favors |
The base functionality (i.e. without |
Based off an idea in #217
Hidden args and subcommands would not appear in the help messages or suggestions on errror.
They would still appear in usage strings on error.
I'm unsure about allowing them to be seen in groups or not. I'm leaning towards not displaying them in groups....but open to opinions.
The text was updated successfully, but these errors were encountered: