Overriding config through nested aliases does not work #13822
Labels
A-aliases
Area: command aliases
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
S-triage
Status: This issue is waiting on initial triage.
Problem
Passing
--config ...
inside of a cargo alias, and using that with another cargo alias does not work.Steps
cargo new test; cd test
.cargo/config.toml
cargo my_alias c
passes, butcargo my_alias check
fails, indicating that the--config
is not propagated through thec = check
aliasPossible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: