pub fn set_cli_overrides(overrides: Vec<(String, String)>)Expand description
Record the -c key=value overrides parsed from the global flags. Each
is (key, value); an empty list clears any previous set. Idempotent
and safe to call before dispatch.