Go to Latest
type alias PromptSecretOptions
import { type PromptSecretOptions } from "https://dotland.deno.dev/std@0.221.0/cli/prompt_secret.ts";

Options for promptSecret.

definition: { mask?: string; clear?: boolean; }