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 set/edit/delete to cargo config #9936

Open
3 tasks
heisen-li opened this issue Sep 22, 2021 · 2 comments
Open
3 tasks

Add set/edit/delete to cargo config #9936

heisen-li opened this issue Sep 22, 2021 · 2 comments
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Z-cargo-config Nightly: cargo config subcommand

Comments

@heisen-li
Copy link
Contributor

heisen-li commented Sep 22, 2021

Describe the problem you are trying to solve

According to the previous design document, it seems that the delete, set and edit subcommands are currently missing.
I want to try to complete these sub-commands. Please tell me what else needs to be solved?
#9301
#9302 (comment)

I want to complete the following three commands step by step.

  • Add cargo config delete
  • Add cargo config set
  • Add cargo config edit

If I want to further improve cargo config, what else can I help? I would be happy to participate in the cargo project.

@heisen-li heisen-li added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Sep 22, 2021
@ehuss
Copy link
Contributor

ehuss commented Sep 22, 2021

Cargo currently doesn't have TOML-editing support. @epage has been working on toml-edit, so maybe they can let you know if there is anything you can help with working on that.

@epage
Copy link
Contributor

epage commented Sep 22, 2021

toml-rs/toml#133 is the tracking issue for getting feature parity for cargo.

We might also need

@ehuss ehuss added the Z-cargo-config Nightly: cargo config subcommand label Oct 22, 2021
@ehuss ehuss changed the title cargo config subcommand Add set/edit/delete to cargo config Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Z-cargo-config Nightly: cargo config subcommand
Projects
None yet
Development

No branches or pull requests

3 participants