Skip to main content
Module

x/cliffy/mod.ts>ToggleOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ToggleOptions
implements GenericPromptOptions<boolean, string>
import { type ToggleOptions } from "https://deno.land/x/cliffy@v0.19.2/mod.ts";

Generic prompt options.

Properties

optional
active: string
optional
inactive: string
optional
keys: ToggleKeys