Skip to main content
Module

x/cliffy/mod.ts>SecretOptions

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

Secret prompt options.

Properties

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