Skip to main content

CommandPrintHelpFor

Callable

  • CommandPrintHelpFor(commands: Optional<ICommand, Action>[], timeout?: number, doShowEscapeHint?: boolean): void

  • Prints out the help for commands

    @deprecated

    Parameters

    • commands: Optional<ICommand, Action>[]

      list of commands

    • optionaltimeout: number

      total time to display the help message in ms

    • optionaldoShowEscapeHint: boolean

      if message about message escaping should be shown

    Returns void