Skip to main content

CommandPrintHelpFor

Callable

  • CommandPrintHelpFor(commands, timeout, doShowEscapeHint): 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