Uses of Class
net.morimekta.console.args.BaseArgument
-
Packages that use BaseArgument Package Description net.morimekta.console.args -
-
Uses of BaseArgument in net.morimekta.console.args
Subclasses of BaseArgument in net.morimekta.console.args Modifier and Type Class Description class
Argument
An argument is a non-optioned CLI argument.class
BaseOption
Argument definition base interface.class
Flag
Similar toOption
, but without any value argument.class
Option
Named option that for each invocation takes a single argument value, either the next argument, or from the same argument after a '=' delimiter.class
Property
A property is an option where the value is a key-value pair, and applies the key value onto a putter.class
SubCommandSet<SubCommandDef>
The argument part of the sub-command.Methods in net.morimekta.console.args with type parameters of type BaseArgument Modifier and Type Method Description <A extends BaseArgument>
ArgumentParserArgumentParser. add(A arg)
Add a sub-command.
-