Skip to main content

CommandPrintHelpFor

Callable

  • CommandPrintHelpFor(CommandList: Optional<ICommand, Action>[], Timeout?: number, DoShowEscapeHint?: boolean): void

  • Prints out the help for commands


    Parameters

    • CommandList: 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