diff --git a/pages/common/cargo-help.md b/pages/common/cargo-help.md new file mode 100644 index 000000000..43bb7872b --- /dev/null +++ b/pages/common/cargo-help.md @@ -0,0 +1,12 @@ +# cargo help + +> Display help on `cargo` and its subcommands. +> More information: . + +- Display general help: + +`cargo help` + +- Display help for a subcommand: + +`cargo help {{subcommand}}` diff --git a/pages/common/cargo-version.md b/pages/common/cargo-version.md new file mode 100644 index 000000000..92afc9ce1 --- /dev/null +++ b/pages/common/cargo-version.md @@ -0,0 +1,12 @@ +# cargo version + +> Display `cargo` version information. +> More information: . + +- Display the version of `cargo`: + +`cargo version` + +- Display additional build information: + +`cargo version --verbose`