Function parse_key_val

Source
fn parse_key_val(s: &str) -> Result<(String, String), String>
Expand description

Parses a key-value pair from the command line.