pub const OPTARG: &str = "OPTARG";
The name of the OPTARG variable
OPTARG
The OPTARG variable is used by the getopts built-in to store the argument of an option.
getopts