Skip to main content

parse_key_value

Function parse_key_value 

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

Parse a KEY=VALUE string into a (key, value) tuple. Used as a clap value_parser.