pub fn flag_opt<T: From<Vec<String>>>( args: &[String], env: &HashMap<String, String>, name: &str, env_key: &str, default: Option<T>, ) -> Option<T>