Skip to main content
Module

x/cliffy/mod.ts>GenericInputKeys

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericInputKeys
implements GenericPromptKeys
Re-export
import { type GenericInputKeys } from "https://deno.land/x/cliffy@v0.24.2/mod.ts";

Input keys options.

Properties

optional
moveCursorLeft: string[]
optional
moveCursorRight: string[]
optional
deleteCharLeft: string[]
optional
deleteCharRight: string[]