Skip to content

PromptType

@tsed/cli-prompts

Usage

typescript
import { PromptType } from "@tsed/cli-prompts/src/interfaces/PromptQuestion";

See /packages/cli-prompts/src/interfaces/PromptQuestion.ts.

Overview

ts
type PromptType = "input" | "password" | "confirm" | "list" | "checkbox" | "autocomplete";

Description

Enumerates the built-in prompt types supported by the Ts.ED CLI.

Released under the MIT License.