Package org.springframework.shell.standard.commands


@ShellCommandGroup("Built-In Commands") package org.springframework.shell.standard.commands
Contains default commands that ought to apply to each shell app.
  • Class
    Description
    ANSI console related commands.
    Marker interface for beans providing clear functionality to the shell.
    Command to create a shell completion files, i.e.
    Marker interface used in auto-config.
    A command to display help about all available commands.
    Marker interface for beans providing help functionality to the shell.
    A command that displays all previously run commands, optionally dumping to a file readable by Script.
    Marker interface for beans providing history functionality to the shell.
    A command that terminates the running shell.
    Marker interface for beans providing quit functionality to the shell.
    A command that can read and execute other commands from a file.
    Marker interface for beans providing script functionality to the shell.
    A command to display the full stacktrace when an error occurs.
    Marker interface for beans providing stacktrace functionality to the shell.
    Command to list version and other build related infos.
    Marker interface used in auto-config.