Man1 - cargo-help.1
Table of Contents
NAME
cargo-help - 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:
#+begin_quote
cargo help build
#+end_quote
2.Help is also available with the –help flag:
#+begin_quote
cargo build --help
#+end_quote
SEE ALSO
*cargo*(1)