pub fn overrides_to_toml(assignments: &[String]) -> Result<String, ResolveError>Expand description
BP-9: fold key=value assignments into one TOML document. Public so the
CLI can show the user exactly what their -c flags assembled into
(supercode config check) without re-implementing the parse.