Asks the scaffold questions setu new accepts as flags.
select(question: string,choices: readonly PromptChoice[]): Promise<string | undefined>
Asks one question and reports the chosen value.
Asks the scaffold questions setu new accepts as flags.
select(question: string,choices: readonly PromptChoice[]): Promise<string | undefined>
Asks one question and reports the chosen value.
import { type Prompter } from "cli/src/index.ts";