[][src]Function program_flow::argparse::extract_str_vec_arg

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