Argument |
An argument is a non-optioned CLI argument.
|
ArgumentList |
List of arguments with various tools.
|
ArgumentOptions |
Options for configuring the argument parser.
|
ArgumentParser |
Argument argumentParser class.
|
BaseArgument |
Arguments are part of the args list that is not designated with an
option name.
|
BaseOption |
Argument definition base interface.
|
Flag |
Similar to Option , but without any value argument.
|
Option |
Named option that for each invocation takes a single argument value,
either the next argument, or from the same argument after a '='
delimiter.
|
Property |
A property is an option where the value is a key-value pair, and applies
the key value onto a putter.
|
SubCommand<SubCommandDef> |
Sub command base class.
|
SubCommandSet<SubCommandDef> |
The argument part of the sub-command.
|