Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cliffy/prompt/input.ts>InputOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface InputOptions
implements GenericSuggestionsOptions<string, string>
import { type InputOptions } from "https://deno.land/x/cliffy@v0.24.1/prompt/input.ts";

Input prompt options.

Properties

optional
minLength: number
optional
maxLength: number
optional
keys: InputKeys