| Class | Description |
|---|---|
| Command |
An action to execute within a cli.
|
| EnvironmentAwareCommand |
A cli command which requires an
Environment to use current paths and settings. |
| 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 | Description |
|---|---|
| Terminal.Verbosity |
Defines the available verbosity levels of messages to be printed.
|
| Exception | Description |
|---|---|
| UserException |
An exception representing a user fixable problem in
Command usage. |