Interface Quit.Command

Enclosing class:
Quit

public static interface Quit.Command
Marker interface for beans providing quit functionality to the shell.

To override the quit command, simply register your own bean implementing that interface and the standard implementation will back off.

To disable the quit command entirely, set the spring.shell.command.quit.enabled=false property in the environment.