Closed agmckee closed 3 years ago
As stated in #75 the options don't have their values set until the argument tokens are parsed. The parse function is not run until the array access is used for the first time.
Because of this, validation of the arguments will not occur until you access the options through the array accessor, or you manually call the parse
function.
Probably related to #75, the --help option doesn't short circuit unless you're accessing an option via the array access interface.