Skip to main content
Module

x/cliffy/mod.ts>GlobalPromptOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GlobalPromptOptions
implements PromptListOptions<R, N>
import { type GlobalPromptOptions } from "https://deno.land/x/cliffy@v0.19.2/mod.ts";

Global prompt options.

Type Parameters

R
optional
N extends keyof R = keyof R

Properties

optional
initial: N extends symbol ? never : N