Skip to main content
Module

x/scaffold/src/deps/cli.ts>GenericInputKeys

scaffold your next project with style and 💗
Latest
interface GenericInputKeys
implements GenericPromptKeys
Re-export
import { type GenericInputKeys } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Input keys options.

Properties

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