Function rdcl_aoc_helpers::args::get_args[][src]

pub fn get_args(required_args: &[&str], error_exit_code: i32) -> Vec<String>
Expand description

Reads the command line arguments and verifies that the correct number of arguments are present.