1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/common/cargo-help.md
wangme88 6f8ca02a42
cargo-{help,version}: add page (#10712)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-12 14:46:30 +02:00

243 B

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}}