Function parse_flat_args

Source
pub fn parse_flat_args(args: &[String]) -> HashMap<String, String>
Expand description

Parse flat –key value args into a HashMap (shared by all subcommands and legacy mode).