1 2 3 4 5 6
fn main() { let args = rs_args::parse_arguments(); for arg in args { println!("{:?}", arg); } }