pub fn parse_parameter(arg: &str) -> (&str, Option<&str>)
Expand description

Parse a command line argument into a key/value pair

When the value is None, it is implied to be a true boolean entry