-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
How about adding cargo c
alias for cargo check
?
I believe that one of the most frequently used subcommands is check
.
Adding this alias would save much time.
Currently, there are three aliases: b
for build
, r
for run
, and t
for test
.
I think that adding c
alias would cover most of the use cases.
One problem I have come up with is that the clean
subcommand also starts with the letter c
.
But I believe that running check
subcommand by mistake would not hurt developers so much.
I would like to prepare a PR for this change.
dwijnand
Metadata
Metadata
Assignees
Labels
No labels