ArgParser.allowAnything constructor

ArgParser.allowAnything()

Creates a new ArgParser that treats all input as non-option arguments.

This is intended to allow arguments to be passed through to child processes without needing to be redefined in the parent.

Options may not be defined for this parser.

Implementation

factory ArgParser.allowAnything() = AllowAnythingParser;