-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Make cargo --list combine commands and their aliases #12093
Copy link
Copy link
Closed
Labels
A-aliasesArea: command aliasesArea: command aliasesA-cli-helpArea: built-in command-line helpArea: built-in command-line helpC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`E-mediumExperience: MediumExperience: Medium
Metadata
Metadata
Assignees
Labels
A-aliasesArea: command aliasesArea: command aliasesA-cli-helpArea: built-in command-line helpArea: built-in command-line helpC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`E-mediumExperience: MediumExperience: Medium
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Currently
cargo --listsplits the command itself and its aliase in seperate linesProposed Solution
i would say this should be changed to a simular / the same system as
claphas.combining the command and its aliase
this behavior can already be seen in
cargo --helpNotes
No response