Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

cargo-help (1)

Name

cargo-help - Get help for a Cargo command

Synopsis

cargo help [subcommand]

Description

CARGO-HELP(1)               General Commands Manual              CARGO-HELP(1)



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:

               cargo help build

        2. Help is also available with the --help flag:

               cargo build --help


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
       +---------------+----------------------+
       |Availability   | developer/rust/cargo |
       +---------------+----------------------+
       |Stability      | Volatile             |
       +---------------+----------------------+

SEE ALSO
       cargo(1)



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland. The original community
       source was downloaded from  https://static.rust-
       lang.org/dist/rustc-1.53.0-src.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.rust-lang.org/.



                                                                 CARGO-HELP(1)