Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cliffy/packages/prompt/prompts/confirm.ts>Confirm.prompt

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Confirm.prompt
import { Confirm } from "https://deno.land/x/cliffy@v0.11.0/packages/prompt/prompts/confirm.ts";

Parameters

options: string | ConfirmOptions

Returns

Promise<boolean>