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