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
import { type GenericInputKeys } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Input keys options.

Properties

optional
moveCursorLeft: string[]
optional
moveCursorRight: string[]
optional
deleteCharLeft: string[]
optional
deleteCharRight: string[]
import GenericInputKeys
import { GenericInputKeys } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";