halt(Code)
, exit with Code. Other
goals are currently not supported.false
(default true
), 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']
error
(default) or pass
. Using pass
,
the option is passed in Positional. Multi-flag short options
may be processed partially. For example, if -v
is defined
and -iv
is in Argv, Positional
receives '-i'
and the option defined with -v
is added to Options.