Files
spring-shell/spring-shell-docs/modules/ROOT/pages/commands/builtin/exit.adoc
Janne Valkealahti 2819c1d367 Update docs
2023-10-06 16:39:50 +01:00

8 lines
324 B
Plaintext

[[built-in-commands-exit]]
= Exit
:page-section-summary-toc: 1
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.