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