Skip to content

ReadlinePrompt

Defined in: wp-typia-project-tools/src/runtime/cli-prompt.ts:15

Prompt adapter used by CLI scaffold flows and migration wizard flows.

close(): void

Defined in: wp-typia-project-tools/src/runtime/cli-prompt.ts:16

void


select<T>(message, options, defaultValue?): Promise<T>

Defined in: wp-typia-project-tools/src/runtime/cli-prompt.ts:17

T extends string

string

PromptOption<T>[]

number

Promise<T>


text(message, defaultValue, validate?): Promise<string>

Defined in: wp-typia-project-tools/src/runtime/cli-prompt.ts:18

string

string

ValidateInput

Promise<string>