cargo-help - Man Page

Get help for a Cargo command

Examples (TL;DR)

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

See Also

cargo(1)

Referenced By

cargo(1).