import { GenericInput } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/prompt/mod.ts";
Type Parameters
S extends GenericInputPromptSettings<T>
Methods
protected
addChar(char: string): voidprotected
deleteChar(): voidprotected
deleteCharRight(): voidprotected
getValue(): stringprotected
handleEvent(event: KeyEvent): Promise<boolean>protected
moveCursorLeft(): voidprotected
moveCursorRight(): voidprotected
setPrompt(message: string)Static Methods
inject(value: string): void