cargo-help - Man Page
Get help for a Cargo command
Synopsis
cargo help [subcommand]
Description
Prints a help message for the given command.
Examples
1. Get help for a command:
cargo help build
2. Help is also available with the --help flag:
cargo build --help