mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 14:42:29 +00:00
22 lines
535 B
Plaintext
22 lines
535 B
Plaintext
---
|
|
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}}`
|