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)

Author: dt

Created: 2022-02-22 Tue 17:11