Constant yash_env::variable::OPTIND

source ยท
pub const OPTIND: &str = "OPTIND";
Expand description

The name of the OPTIND variable

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.