Problem
cargo rm, an alias to cargo remove, should be mentioned in chapter Configuration in The Cargo Book.
diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md
index f60c185e9..54a51aeb9 100644
--- a/src/doc/src/reference/config.md
+++ b/src/doc/src/reference/config.md
@@ -348,6 +348,7 @@ c = "check"
d = "doc"
t = "test"
r = "run"
+rm = "remove"
Steps
No response
Possible Solution(s)
No response
Notes
We may or may not want to mention the alias command in each manpage of all subcommands. Anyhow, that ought to be a separate issue. At this moment, the user can run cargo --list | grep 'alias:' to find all aliases.
Version
cargo 1.67.0-nightly (9286a1beb 2022-11-04)
release: 1.67.0-nightly
commit-hash: 9286a1beba5b28b115bad67de2ae91fb1c61eb0b
commit-date: 2022-11-04
Problem
cargo rm, an alias tocargo remove, should be mentioned in chapter Configuration in The Cargo Book.Steps
No response
Possible Solution(s)
No response
Notes
We may or may not want to mention the alias command in each manpage of all subcommands. Anyhow, that ought to be a separate issue. At this moment, the user can run
cargo --list | grep 'alias:'to find all aliases.Version