mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|