import { Confirm } from "https://deno.land/x/cliffy@v0.8.0/packages/prompt/mod.ts";
Methods
protected
format(value: boolean): stringprotected
getMessage(): stringprotected
transform(value: string): boolean | undefinedprotected
validate(value: string): booleanStatic Methods
prompt(options: string | ConfirmOptions): Promise<boolean | undefined>