Interface Help.Command

Enclosing class:
Help

public static interface Help.Command
Marker interface for beans providing help functionality to the shell.

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

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