Skip to main content
Module

x/lume/deps/cliffy.ts>InputOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface InputOptions
implements GenericSuggestionsOptions<string, string>
import { type InputOptions } from "https://deno.land/x/lume@v2.1.3/deps/cliffy.ts";

Input prompt options.

Properties

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