Files
spring-shell/spring-shell-docs/src/main/asciidoc/using-shell-components-builtin-exit.adoc
Janne Valkealahti 6e007fbf5f Split builtin command docs
- Fixes #505
- Backport #504

(cherry picked from commit 57b9259701)
2022-08-17 17:40:17 +01:00

7 lines
298 B
Plaintext

[[built-in-commands-exit]]
==== Exit
The `quit` command (also aliased as `exit`) requests the shell to quit, gracefully
closing the Spring application context. If not overridden, a JLine `History` bean writes a history of all
commands to disk, so that they are available again on the next launch.