| Package | Description | 
|---|---|
| org.springframework.shell.standard.commands | Contains default commands that ought to apply to each shell app. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClearANSI console related commands. | 
| class  | CompletionCommand to create a shell completion files, i.e. | 
| class  | HelpA command to display help about all available commands. | 
| class  | HistoryA command that displays all previously run commands, optionally dumping to a file readable by  Script. | 
| class  | QuitA command that terminates the running shell. | 
| class  | ScriptA command that can read and execute other commands from a file. | 
| class  | StacktraceA command to display the full stacktrace when an error occurs. | 
| class  | VersionCommand to list version and other build related infos. | 
Copyright © 2023. All rights reserved.