Interface Script.Command

Enclosing class:
Script

public static interface Script.Command
Marker interface for beans providing script functionality to the shell.

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

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