Skip to main content

CommandPrintHelpForSubcommandsArguments

Callable

  • CommandPrintHelpForSubcommandsArguments(cmd: ICommand, options: { arguments?: Thunk<string[]>; subcommands?: Subcommand[] }, timeout?: number): void

  • Prints out the help for commands


    Parameters

    • cmd: ICommand
    • options: { arguments?: Thunk<string[]>; subcommands?: Subcommand[] }

      list of commands

    • optionaltimeout: number

      total time to display the help message in ms

    Returns void