-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-aliasesArea: command aliasesArea: command aliasesA-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-bugCategory: bugCategory: bugCommand-removeE-easyExperience: EasyExperience: Easy
Description
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
Metadata
Metadata
Assignees
Labels
A-aliasesArea: command aliasesArea: command aliasesA-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-bugCategory: bugCategory: bugCommand-removeE-easyExperience: EasyExperience: Easy