pub static mut aws_cli_optind: c_int
Expand description
Initialized to 1 (for where the first argument would be). As arguments are parsed, this number is the index of the next argument to parse. Reset this to 1 to parse another set of arguments, or to rerun the parser.