| Package | Description | 
|---|---|
| org.springframework.shell.standard.commands | Contains default commands that ought to apply to each shell app. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Completion. bash() | 
| void | Clear. clear() | 
| org.jline.utils.AttributedString | Help. help(String command) | 
| List<String> | History. history(File file) | 
| void | Quit. quit() | 
| void | Script. script(File file) | 
| void | Stacktrace. stacktrace() | 
| org.jline.utils.AttributedString | Version. version() | 
Copyright © 2022. All rights reserved.