pub fn parse_kv(s: &str) -> Result<(String, String)>
Parse an argument in the form key=value into a pair of strings. The error message is specific to key-value arguments.
key=value