Introduction
CLI
Links
Appearance
import { PromptInputQuestion } from "@tsed/cli-prompts";
See /packages/cli-prompts/src/interfaces/PromptQuestion.ts.
interface PromptInputQuestion extends PromptBaseQuestion<string>, Omit<TextOptions, "message"> { type: "input"; }
Plain text prompt.
type: "input";