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.