[][src]Function rdcl_aoc_helpers::args::get_args_repeating

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

Reads the command line arguments and verifies that there are at least the required number of arguments present.