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 |
Clear
ANSI console related commands.
|
class |
Completion
Command to create a shell completion files, i.e.
|
class |
Help
A command to display help about all available commands.
|
class |
History
A command that displays all previously run commands, optionally dumping to a file readable by
Script . |
class |
Quit
A command that terminates the running shell.
|
class |
Script
A command that can read and execute other commands from a file.
|
class |
Stacktrace
A command to display the full stacktrace when an error occurs.
|
class |
Version
Command to list version and other build related infos.
|
Copyright © 2024. All rights reserved.