]> git.proxmox.com Git - rustc.git/blame - src/tools/cargo/tests/testsuite/cargo_report/help/stdout.log
New upstream version 1.76.0+dfsg1
[rustc.git] / src / tools / cargo / tests / testsuite / cargo_report / help / stdout.log
CommitLineData
add651ee
FG
1Generate and display various kinds of reports
2
3Usage: cargo[EXE] report [OPTIONS] <COMMAND>
4
5Commands:
6 future-incompatibilities Reports any crates which will eventually stop compiling
7
8Options:
9 -v, --verbose... Use verbose output (-vv very verbose/build.rs output)
4b012472 10 -q, --quiet Do not print cargo log messages
add651ee
FG
11 --color <WHEN> Coloring: auto, always, never
12 --config <KEY=VALUE> Override a configuration value
13 -Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
14 -h, --help Print help
15
16Manifest Options:
17 --frozen Require Cargo.lock and cache are up to date
18 --locked Require Cargo.lock is up to date
19 --offline Run without accessing the network
20
21Run `cargo help report` for more detailed information.