config-cli should be inherited automatically by third-party subcommands #11972
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Problem
When you run
cargo --config foo.toml subcommand
orcargo --config foo.bar=baz subcommand
, where subcommand is provided by a cargo-subcommand crate, the subcommand doesn't act as if the extra config was set.Compare to git, where
git -c foo.bar=baz subcommand
does propagate the extra config to the subcommand.Proposed Solution
No response
Notes
No response
The text was updated successfully, but these errors were encountered: