import { Select } from "https://deno.land/x/cliffy@v0.5.0/packages/prompt/prompts/select.ts";
Methods
protected
format(value: string): stringprotected
getValue(): stringprotected
handleEvent(event: KeyEvent): Promise<boolean>protected
transform(value: string): stringprotected
validate(value: string): booleanprotected
writeListItem(item: SelectOptionSettings, isSelected?: boolean)