Skip to main content

parse_filter_arg

Function parse_filter_arg 

Source
pub fn parse_filter_arg(raw: &str) -> Result<(String, String), CliError>
Expand description

Parse a KEY=VALUE argument supplied via --filter. Returns a typed CliError on malformed input so the failure rides the INVALID_INPUT envelope rather than crashing the process.