- on_error(+Goal)
- If Goal is
halt(Code)
, exit with Code. Other goals are currently not supported. - options_after_arguments(+Boolean)
- If
false
(defaulttrue
), stop parsing after the first positional argument, returning options that follow this argument as positional arguments. E.g,-x file -y
results in positional arguments[file, '-y']