Allow --set path.to.field=value
in x.py itself
#76616
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Right now, several options are duplicated between
config.toml
and CLI arguments to x.py itself (e.g.-i
andincremental = true
). It would be great make this consistent, so that all options can be either TOML options or CLI arguments. All existing arguments would still be present as aliases for the new behavior (so-i
would alias to--set incremental=true
).The text was updated successfully, but these errors were encountered: