Skip to main content
Module

x/dax/mod.ts>PromptOptions

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface PromptOptions
Re-export
import { type PromptOptions } from "https://deno.land/x/dax@0.24.0/mod.ts";

Options for showing an input where the user enters a value.

Properties

message: string

Message to display to the user.

optional
default: string

Default value.

optional
noClear: boolean

Whether to not clear the prompt text on selection.