interface PromptChoice

One selectable answer to a scaffold question.

Properties

readonly
value: string

The value written into the flag record when chosen.

readonly
label: string

One line describing what the choice does, shown above the question.

Usage

import { type PromptChoice } from "cli/src/index.ts";