cargo-help - Man Page
Get help for a Cargo command
Examples (TL;DR)
- Display general help:
cargo help
- Display help for a subcommand:
cargo help subcommand
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