import { GenericInput } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts";
Generic input prompt representation.
Methods
protected
getCurrentInputValue(): stringprotected
highlight(value: string | number,
color1?: (val: string) => string,
color2?: (val: string) => string,
protected
input(): stringprotected
message(): string