Function extract_optional_str_arg

Source
pub fn extract_optional_str_arg(
    matches: &ArgMatches<'_>,
    arg_name: &str,
) -> Option<String>