pub fn parse_parameter(arg: &str) -> (&str, Option<&str>)
Parse a command line argument into a key/value pair
When the value is None, it is implied to be a true boolean entry
value
None
true