Skip to main content
Module

x/cliffy/prompt/mod.ts>GenericInputPromptSettings

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericInputPromptSettings
implements GenericPromptSettings<T, V>
Re-export
import { type GenericInputPromptSettings } from "https://deno.land/x/cliffy@v0.24.0/prompt/mod.ts";

Generic input prompt settings.

Properties

optional
keys: GenericInputKeys