| Package | Description |
|---|---|
| net.morimekta.console.args |
| Modifier and Type | Class and Description |
|---|---|
class |
Argument
An argument is a non-optioned CLI argument.
|
class |
BaseOption
Argument definition base interface.
|
class |
Flag
Similar to
Option, 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.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends BaseArgument> |
ArgumentParser.add(A arg)
Add a sub-command.
|
Copyright © 2016. All rights reserved.