import { Secret } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/prompt/prompts/secret.ts";
Methods
protected
format(value: string): stringprotected
getSuccessMessage(value: string)protected
setPrompt(message: string)protected
transform(value: string): string | undefinedprotected
validate(value: string): boolean | stringStatic Methods
prompt(options: string | SecretOptions): Promise<string>