-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-config-cliArea: --config CLI optionArea: --config CLI optionC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.T-cargoTeam: CargoTeam: Cargodisposition-mergeFCP with intent to mergeFCP with intent to mergefinished-final-comment-periodFCP completeFCP complete
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
petrochenkov, jyn514, thallada, qbx2, rrbutani and 5 more
Metadata
Metadata
Assignees
Labels
A-config-cliArea: --config CLI optionArea: --config CLI optionC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.T-cargoTeam: CargoTeam: Cargodisposition-mergeFCP with intent to mergeFCP with intent to mergefinished-final-comment-periodFCP completeFCP complete
Type
Projects
Status
Done