Let aliases in .cargo/config.toml
specify environment variables
#12477
Labels
A-aliases
Area: command aliases
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
The
[alias]
table in.cargo/config.toml
lets you define command aliases but it doesn't let you specify environment variables for these commands.Proposed Solution
Support environment variables to be specified as follows:
Notes
No response
The text was updated successfully, but these errors were encountered: