paket/
cmdline.rs

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