CARGO-HELP(1) General Commands Manual CARGO-HELP(1)

cargo-help — Get help for a Cargo command

cargo help [subcommand]

Prints a help message for the given command.

1.Get help for a command:
cargo help build
2.Help is also available with the --help flag:
cargo build --help

cargo(1)