mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* cargo-*: add Chinese translation --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
425 B
425 B
cargo report
显示各种类型的报告。 更多信息:https://doc.rust-lang.org/cargo/commands/cargo-report.html.
- 显示一个报告:
cargo report {{future-incompatibilities|...}}
- 显示具有指定由 Cargo 生成的 id 的报告:
cargo report {{future-incompatibilities|...}} --id {{id}}
- 为指定的包显示报告:
cargo report {{future-incompatibilities|...}} --package {{package}}