pub fn get_arg_from_name<T: FromStr + Default + 'static>( args: &mut HashMap<String, Option<String>>, names: &[&str], ) -> T