import { GenericInput } from "https://deno.land/x/cliffy@v0.8.0/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