Skip to main content
Module

x/deno/tools/release/deps.ts>dax.ConfirmOptions

A modern runtime for JavaScript and TypeScript.
Latest
interface dax.ConfirmOptions
Re-export
import { type dax } from "https://deno.land/x/deno@v1.41.0/tools/release/deps.ts";
const { ConfirmOptions } = dax;

Options for showing confirming a yes or no question.

Properties

message: string

Message to display to the user.

optional
default: boolean | undefined

Default value.

optional
noClear: boolean

Whether to not clear the prompt text on selection.