cargo-help --- Get help for a Cargo command
cargo help [subcommand]
Prints a help message for the given command.
{} {{> options-display }} {{/options}}
{} {{> options-locked }} {{/options}}
{{> section-options-common }}
{{> section-environment }}
{{> section-exit-status }}
Get help for a command:
cargo help build
Help is also available with the --help flag:
cargo build --help
{{man “cargo” 1}}