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

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