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

x/lume/deps/cliffy.ts>SecretOptions

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

Secret prompt options.

Properties

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