allowsAnything property
bool
get
allowsAnything
Whether or not this parser treats unrecognized options as non-option arguments.
Implementation
bool get allowsAnything => false;
Whether or not this parser treats unrecognized options as non-option arguments.
bool get allowsAnything => false;