Skip to main content
Module

x/lume/deps/cliffy.ts>SecretOptions

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

Secret prompt options.

Properties

optional
label: string
optional
hidden: boolean
optional
minLength: number
optional
maxLength: number
optional
keys: SecretKeys