Function createCommandSearchPromptObject

  • Create a command search prompt object that can be run with prompts() from npm package: prompts. The point of this would be to run them in series. To run run a prompt directly, use

    Parameters

    • name: string

      The name of the prompt

    • data: string[]

      The list of commands to search through

    • options: Omit<ISearchPromptOptions, "keywordDelimiter" | "preRender">

      The options

    Returns PromptObject

    See

    commandSearchPrompt

Generated using TypeDoc