Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method for getting config status #6991

Closed
heckad opened this issue May 28, 2019 · 1 comment
Closed

Add method for getting config status #6991

heckad opened this issue May 28, 2019 · 1 comment
Labels
A-configuration Area: cargo config files and env vars C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@heckad
Copy link

heckad commented May 28, 2019

Describe the problem you are trying to solve
I want to get the value of all config variables.

Describe the solution you'd like
I would like to add a new command which print configuration keys and his current values.

@heckad heckad added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label May 28, 2019
@ehuss ehuss added the A-configuration Area: cargo config files and env vars label Jun 24, 2019
@ehuss
Copy link
Contributor

ehuss commented Apr 13, 2021

This is now implemented on nightly as cargo config get. I'm going to close this in favor of the tracking issue #9301.

@ehuss ehuss closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-configuration Area: cargo config files and env vars C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

2 participants