mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 07:55:28 +00:00
Update cheatsheets
This commit is contained in:
17
cargo-help
Normal file
17
cargo-help
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user