Skip to main content
Module

x/lume/deps/cliffy.ts>Secret

🔥 Static site generator for Deno 🦕
Very Popular
Latest
class Secret
extends GenericInput<string, string, SecretSettings>
import { Secret } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Secret prompt representation.

Methods

protected
format(value: string): string

Format output value.

protected
getValue(): string

Get input input.

protected
input(): string
protected
read(): Promise<boolean>

Read user input.

protected
transform(value: string): string | undefined

Map input value to output value.

protected
validate(value: string): boolean | string

Validate input value.

Static Methods

inject(value: string): void

Inject prompt value. Can be used for unit tests or pre selections.

prompt(options: string | SecretOptions): Promise<string>

Execute the prompt and show cursor on end.