Closed
Description
This is a tracking issue for figuring out how to make the output cargo $subcommand --help
more useable. We discussed this at the cargo team meeting today and a few ideas we had:
- Make unstable options only visible if you call it as
--help -Z unstable-options
. Hide unstable options from --help without -Z unstable-options #6102 - Make some lesser used flags only visible if you call it as
--help --verbose
- Organize flags into categories so that they are grouped together in the help output.
Other ideas appreciated! Also appreciated would be any PRs to make the wording of help output clearer or more concise.