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