mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 08:58:31 +00:00
Update cheatsheets
This commit is contained in:
17
cargo-version
Normal file
17
cargo-version
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cargo version
|
||||
|
||||
> Display `cargo` version information.
|
||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-version.html>.
|
||||
|
||||
- Display version:
|
||||
|
||||
`cargo version`
|
||||
|
||||
- Display additional build information:
|
||||
|
||||
`cargo version --verbose`
|
||||
Reference in New Issue
Block a user