pub fn parse() -> Args
Build the Args object associated with the arguments that the program was started with.
Args
let args = valargs::parse(); if args.has_option("nevergonnaletyoudown") { println!("got rickrolled"); }