pub fn config_value_invalid(key: &str, value: &str, expectation: &str) -> StringExpand description
Config value outside the domain the key accepts.
GAP-SG-201: naming the expectation is the whole point. invalid value alone
sends the operator to the documentation; expected true|false lets them fix
the command they just typed.