mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00

This mirrors some of the categories from `cargo help` (the man pages). There are fewer categories to avoid extra vertical space. Instead, they are left int the `Options` category but put first.
19 lines
636 B
Plaintext
19 lines
636 B
Plaintext
Displays help for a cargo subcommand
|
|
|
|
Usage: cargo[EXE] help [OPTIONS] [COMMAND]
|
|
|
|
Arguments:
|
|
[COMMAND]
|
|
|
|
Options:
|
|
-v, --verbose... Use verbose output (-vv very verbose/build.rs output)
|
|
--color <WHEN> Coloring: auto, always, never
|
|
--config <KEY=VALUE> Override a configuration value
|
|
-Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
|
|
-h, --help Print help
|
|
|
|
Manifest Options:
|
|
--frozen Require Cargo.lock and cache are up to date
|
|
--locked Require Cargo.lock is up to date
|
|
--offline Run without accessing the network
|