@ShellCommandGroup(value="Built-In Commands")
See: Description
| Interface | Description | 
|---|---|
| Clear.Command | Marker interface for beans providing clear functionality to the shell. | 
| Completion.Command | Marker interface used in auto-config. | 
| Help.Command | Marker interface for beans providing help functionality to the shell. | 
| History.Command | Marker interface for beans providing history functionality to the shell. | 
| Quit.Command | Marker interface for beans providing quit functionality to the shell. | 
| Script.Command | Marker interface for beans providing script functionality to the shell. | 
| Stacktrace.Command | Marker interface for beans providing stacktrace functionality to the shell. | 
| Version.Command | Marker interface used in auto-config. | 
| Class | Description | 
|---|---|
| Clear | ANSI console related commands. | 
| Completion | Command to create a shell completion files, i.e. | 
| Help | A command to display help about all available commands. | 
| History | A command that displays all previously run commands, optionally dumping to a file readable by  Script. | 
| Quit | A command that terminates the running shell. | 
| Script | A command that can read and execute other commands from a file. | 
| Stacktrace | A command to display the full stacktrace when an error occurs. | 
| Version | Command to list version and other build related infos. | 
Copyright © 2023. All rights reserved.