pub fn parse_key_value_opt<T>(value: &str) -> Result<(String, Option<T>)>where T: FromStr, Error: From<<T as FromStr>::Err>,
Parse an key=(value) argument from clap where value is optional.
key=(value)
clap
value