Interface History.Command
- Enclosing class:
- History
public static interface History.Command
Marker interface for beans providing history functionality to the shell.
To override the history command, simply register your own bean implementing that interface and the standard implementation will back off.
To disable the history command entirely, set the spring.shell.command.history.enabled=false property in the environment.