We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.5.23
If there are many global options and few for a subcommands it can be hard to easily figure out which options are specific to a subcommand.
Splitting the option category into a option and global option would make distinguishing between global and subcommand specifiy options easy.
pr: #5845
The text was updated successfully, but these errors were encountered:
If this is important to man, should it also be important for --help and the user should use help_heading("Global Options")?
man
--help
help_heading("Global Options")
Sorry, something went wrong.
Note: use of help_heading is being discussed in #3363.
help_heading
I didn't know about help_heading, I created another pr for that separates options based on help_heading #5854.
Going to go ahead and close in favor of #3363 then. Let us know if there is a reason for this separately.
No branches or pull requests
Please complete the following tasks
Clap Version
4.5.23
Describe your use case
If there are many global options and few for a subcommands it can be hard to easily figure out which options are specific to a subcommand.
Describe the solution you'd like
Splitting the option category into a option and global option would make distinguishing between global and subcommand specifiy options easy.
pr: #5845
The text was updated successfully, but these errors were encountered: