pub fn env_var_name(prefix: &str, flag: &str) -> StringExpand description
Compute the env var name corresponding to a flag, using the same
derivation as apply_env_for_flag. Exposed so callers can include
the resolved name in error messages without repeating the rule.