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