-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-environment-variablesArea: environment variablesArea: environment variablesA-new-subcommandArea: new subcommandArea: new subcommandC-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`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Describe the problem you are trying to solve
To manage all cargo environment variables is inconvenient.
Describe the solution you'd like
To add a new subcommand to manage this.
like:
- cargo env, list all maintained and valid variables
- cargo env -w envName=envValue, change the value of environment variable
This suggestion comes from my experience in golang, I think it's useful. To look up documentation is inconvenient. Tool is convenient.
Metadata
Metadata
Assignees
Labels
A-environment-variablesArea: environment variablesArea: environment variablesA-new-subcommandArea: new subcommandArea: new subcommandC-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`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.