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

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

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