fn parse_key_val(s: &str) -> Result<(String, String), String>
Parses a key-value pair from the command line.