pub const OPTIND: &str = "OPTIND";
The name of the OPTIND variable
OPTIND
The OPTIND variable is used by the getopts built-in to store the index of the next argument to be processed. The initial value is 1.
getopts
1