Skip to main content

detect_arg_parse_error

Function detect_arg_parse_error 

Source
pub fn detect_arg_parse_error(args: &Value) -> Option<(&str, &str)>
Expand description

If args was produced by arg_parse_error_value, return (error, raw). Otherwise return None.