Function ap::get_args[][src]

pub fn get_args() -> Vec<String>
Expand description

Get a list of all command-line arguments specified to the program with the program name (the first argument) removed.

Note

Used with App::parse_with_args(). However, this isn’t usually required: just call App::parse().