Function extract_str_vec_arg

Source
pub fn extract_str_vec_arg(
    matches: &ArgMatches<'_>,
    arg_name: &str,
) -> Result<Vec<String>, String>