import { List } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts";
List prompt representation.
Methods
protected
complete(): voidprotected
getCurrentInputValue(): stringprotected
getTags(value?: string): Array<string>protected
input(): stringprotected
success(value: string[]): string | undefined