Skip to main content

config_value_invalid

Function config_value_invalid 

Source
pub fn config_value_invalid(key: &str, value: &str, expectation: &str) -> String
Expand 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.