Package | Description |
---|---|
org.springframework.boot.cli.command |
Command infrastructure for the CLI.
|
org.springframework.boot.cli.command.shell |
Classes for running a nested shell in the CLI.
|
Modifier and Type | Class and Description |
---|---|
class |
NoHelpCommandArgumentsException
Exception used to when the help command is called without arguments.
|
class |
NoSuchCommandException
Exception used when a command is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
ShellExitException
Exception used to stop the
Shell . |