Class HelpCommands

All Implemented Interfaces:
CommandGroup

public class HelpCommands extends SimpleCommandGroup
Built-in help command group.

Provides the help command:

  • help ? list all commands grouped by CommandGroup name
  • help <command> ? show detailed help for a specific command
Since:
4.0
  • Constructor Details

    • HelpCommands

      public HelpCommands(CommandDispatcher dispatcher)
      Creates help commands using the given dispatcher for command discovery.
      Parameters:
      dispatcher - the command dispatcher