You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: