pub fn values_of<T>(matches: &ArgMatches<'_>, name: &str) -> Option<Vec<T>>
where T: FromStr, <T as FromStr>::Err: Debug,