Skip to main content
Module

x/scaffold/src/deps/cli.ts>GlobalPromptOptions

scaffold your next project with style and 💗
Latest
interface GlobalPromptOptions
implements PromptListOptions<R, N>
import { type GlobalPromptOptions } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Global prompt options.

Type Parameters

R
optional
N extends keyof R = keyof R

Properties

optional
initial: N extends symbol ? never : N