Alias with no subcommand panics #13814
Labels
A-aliases
Area: command aliases
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
E-easy
Experience: Easy
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Problem
Cargo panics when using an alias that specifies
cargo
flags but not a subcommand.Steps
alias.my_alias = "--locked"
in~/.cargo/config.toml
cargo my_alias
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: