| Interface | Description |
|---|---|
| Command<A> | |
| CommandFailure<A> | |
| CommandTabResult<A> |
| Class | Description |
|---|---|
| Argument<A> | |
| Command.Mapping<A> | |
| Command.Parser<A> | |
| CommandConfig | |
| CommandFailure.FewArguments<A> | |
| CommandFailure.ParsingFailure<A> | |
| CommandFailure.UnknownSubCommand<A> | |
| CommandHelp | |
| CommandSpec | |
| CommandSuccess<A> | |
| CommandTabResult.Present<A> | |
| CommandTabResult.Suggestions<A> | |
| Converters |
Converters, following naming conventions:
parse*: string parsing
as*: type casting
to*: value computation
|
| StandardArguments |
| Exception | Description |
|---|---|
| CommandCancellationException |
Empty exception for flow control
|