Closed
Description
Implementation: #7649
Original proposal: #6699
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#config-cli
Summary
Adds --config
CLI option to pass config options to any command.
Unresolved issues
- Make TOML restricted to
KEY=VALUE
. Will need updates to the toml crate to make that possible. DONE: Check --config for dotted keys only #10176 - Make
--config PATH
work has a shorthand for `--config 'include="path"' DONE: Support--config path_to_config.toml
cli syntax. #7901
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done