mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
243 B
Markdown
12 lines
243 B
Markdown
# cargo help
|
|
|
|
> Display help on `cargo` and its subcommands.
|
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-help.html>.
|
|
|
|
- Display general help:
|
|
|
|
`cargo help`
|
|
|
|
- Display help for a subcommand:
|
|
|
|
`cargo help {{subcommand}}`
|