Optional
Readonly
break?: trueTrue to break the parsing loop.
Optional
Readonly
exec?: FunctionCallbackThe function's callback.
Optional
Readonly
paramThe function's parameter count.
If negative, then the option accepts unlimited parameters.
If non-negative, then the option expects exactly this number of parameters.
If a range, then the option expects between min
and max
parameters.
Optional
skipThe number of remaining arguments to skip. You may change this value inside the callback. The parser does not alter this value.
Defines attributes for the function option.