1 2 3 4
pub fn help() { let args: std::vec::Vec<std::string::String> = std::env::args().collect(); println!("{:?}", args); }