pub fn create_arg( arg_info: (&'static str, Option<&'static str>, &'static str, char, &'static str, &'static str), ) -> Arg
Creates an argument based on provided information.