Function createSearchPromptObject

  • Create a 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 to search.

    • options: ISearchPromptOptions

      The options

    Returns PromptObject

    See

    searchPrompt

Generated using TypeDoc