Add set/edit/delete to cargo config
#9936
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
Describe the problem you are trying to solve
According to the previous design document, it seems that the
delete
,set
andedit
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.
cargo config delete
cargo config set
cargo config edit
If I want to further improve
cargo config
, what else can I help? I would be happy to participate in thecargo
project.The text was updated successfully, but these errors were encountered: