cargo-help - Get help for a Cargo command
cargo help [SUBCOMMAND]
Prints a help message for the given command.
Get help for a command:
cargo help build
Help is also available with the --help flag:
--help
cargo build --help
cargo(1)