Skip to main content
Module

x/lume/deps/cli.ts>promptSecret

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function promptSecret
import { promptSecret } from "https://deno.land/x/lume@v2.1.4/deps/cli.ts";

Shows the given message and waits for the user's input. Returns the user's input as string. This is similar to prompt() but it print user's input as * to prevent password from being shown. Use an empty mask if you don't want to show any character.

Parameters

optional
message = [UNSUPPORTED]
optional
unnamed 1: PromptSecretOptions = [UNSUPPORTED]

Returns

string | null