Skip to main content
Module

x/cliffy/prompt/mod.ts>GenericInputPromptOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericInputPromptOptions
implements GenericPromptOptions<TValue, TRawValue>
import { type GenericInputPromptOptions } from "https://deno.land/x/cliffy@v1.0.0-rc.3/prompt/mod.ts";

Generic input prompt options.

Type Parameters

TValue
TRawValue

Properties

optional
keys: GenericInputKeys

Keymap to assign key names to prompt actions.