-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-cli-helpArea: built-in command-line helpArea: built-in command-line helpA-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Is there a difference between a command and a subcommand? If not perhaps the help message should use one word consistently. Perhaps most ambiguously, usage is cargo ... [SUBCOMMAND]
but help is cargo help <command>
$ cargo | grep -i command
cargo [+toolchain] [OPTIONS] [SUBCOMMAND]
--list List installed commands
Some common cargo commands are (see all commands with --list):
See 'cargo help <command>' for more information on a specific command.
$ cargo list | grep -i command
Installed Commands:
git-checkout This subcommand has been removed
Metadata
Metadata
Assignees
Labels
A-cli-helpArea: built-in command-line helpArea: built-in command-line helpA-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.