pub(crate) fn parse_bool(v: &str) -> Option<bool>Expand description
Parse an environment-flag value as a boolean, using R’s
config_val_to_logical rules (see module docs). Returns None for values
outside the recognized truthy/falsy sets so the caller picks the default.