From 24b56f0643a05bc8682749c8ee3979d861260988 Mon Sep 17 00:00:00 2001 From: Sunil Thunga <76161837+Cioraz@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:31:15 +0530 Subject: [PATCH] cargo-report: add page (#10798) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/cargo-report.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/cargo-report.md diff --git a/pages/common/cargo-report.md b/pages/common/cargo-report.md new file mode 100644 index 000000000..80f8dea2f --- /dev/null +++ b/pages/common/cargo-report.md @@ -0,0 +1,16 @@ +# cargo report + +> Display various kinds of reports. +> More information: . + +- 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}}`