Module

x/cliffy/mod.ts>Input

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class Input
extends GenericInput<string, InputSettings>
import { Input } from "https://dotland.deno.dev/x/cliffy@v0.16.0/mod.ts";

Input prompt representation.

Methods

protected
format(value: string): string

Format output value.

protected
transform(value: string): string | undefined

Map input value to output value.

protected
validate(value: string): boolean | string

Validate input value.

Static Methods

prompt(options: string | InputOptions): Promise<string>

Execute the prompt and show cursor on end.