import { type PromptOptions } from "https://dotland.deno.dev/x/dax@0.39.2/src/console/prompt.ts";
Options for showing an input where the user enters a value.
Properties
optional
mask: PromptInputMask | booleanWhether typed characters should be hidden by
a mask, optionally allowing a choice of mask
character (*
by default) and whether or not
to keep the final character visible as the user
types (false
by default).