mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 03:01:19 +00:00
Update cheatsheets
This commit is contained in:
21
cargo-report
Normal file
21
cargo-report
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cargo report
|
||||
|
||||
> Display various kinds of reports.
|
||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-report.html>.
|
||||
|
||||
- Display a report:
|
||||
|
||||
`cargo report {{future-incompatibilities|...}}`
|
||||
|
||||
- Display a report with the specified Cargo-generated id:
|
||||
|
||||
`cargo report {{future-incompatibilities|...}} --id {{id}}`
|
||||
|
||||
- Display a report for the specified package:
|
||||
|
||||
`cargo report {{future-incompatibilities|...}} --package {{package}}`
|
||||
Reference in New Issue
Block a user