pub fn collect_env_overrides(
args: &[String],
) -> CliResult<BTreeMap<String, String>>Expand description
Collect a --param-env NAME[=VALUE] list into an env overlay. A bare NAME
takes the value from the caller’s own environment (so a secret never appears
in the process arguments); NAME=VALUE sets it explicitly.