-
Class Summary
| Class |
Description |
| Command |
An action to execute within a cli.
|
| ExitCodes |
POSIX exit codes.
|
| MultiCommand |
A cli tool which is made up of multiple subcommands.
|
| Terminal |
A Terminal wraps access to reading input and writing output for a cli.
|
-
Enum Summary
| Enum |
Description |
| Terminal.Verbosity |
Defines the available verbosity levels of messages to be printed.
|
-
Exception Summary
| Exception |
Description |
| UserException |
An exception representing a user fixable problem in Command usage.
|
-
Annotation Types Summary
| Annotation Type |
Description |
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|