Interface | Description |
---|---|
TerminalSizeAware |
To be implemented by command result objects that can adapt to the terminal size when they are being rendered.
|
Class | Description |
---|---|
Bootstrap |
Loads a
Shell using Spring IoC container. |
CommandLine |
Encapsulates the list of argument passed to the shell.
|
SimpleShellCommandLineOptions |
Used to pass in command line options to customize the shell on launch
|
Exception | Description |
---|---|
ShellException |
Shell exception.
|