pub fn easy_parse(param: &str) -> Option<(&str, Option<&str>)>Expand description
Parses result from get_program_parameters returning (name, value).
In case if you don’t want to use clap to parse this parameters.
Returns None when parameter is not started from one or two dashes.