All Classes
| 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.
|
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|
| Terminal |
A Terminal wraps access to reading input and writing output for a cli.
|
| Terminal.Verbosity |
Defines the available verbosity levels of messages to be printed.
|
| UserException |
An exception representing a user fixable problem in
Command usage. |