import { Confirm } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts";
Confirm prompt representation.
Static Methods
prompt(options: string | ConfirmOptions): Promise<boolean>
Execute the prompt and show cursor on end.
import { Confirm } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts";
Confirm prompt representation.
Execute the prompt and show cursor on end.