Skip to main content
Module

x/cliffy/prompt/mod.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
import * as cliffy from "https://deno.land/x/cliffy@v0.25.1/prompt/mod.ts";

Classes

Checkbox prompt representation.

Confirm prompt representation.

c
GenericInput
abstract

Generic input prompt representation.

c
GenericList
abstract

Generic list prompt representation.

c
GenericPrompt
abstract

Generic prompt representation.

Input prompt representation.

List prompt representation.

Number prompt representation.

Secret prompt representation.

Select prompt representation.

Toggle prompt representation.

Variables

Prompt icons.

Functions

Inject prompt values. Can be used for unit tests or pre selections.

Interfaces

Checkbox key options.

Checkbox option options.

Checkbox prompt options.

Checkbox option settings.

Confirm prompt options.

Input keys options.

Generic input prompt options.

Generic input prompt settings.

Select key options.

Generic list option options.

Generic list prompt options.

Generic list option settings.

Generic list prompt settings.

Input keys options.

Generic prompt options.

Generic prompt settings.

Global prompt options.

Input prompt options.

List prompt options.

Number key options.

Number prompt options.

Secret prompt options.

Select prompt options.

Select prompt settings.

Static generic prompt interface.

Toggle key options.

Generic prompt options.

Type Aliases

Checkbox options type.

Checkbox option settings type.

List key options.

Secret key options.

Select key options.

Select option options.

Select option settings.

Select options type.

Select option settings type.

Prompt validation return tape.