import { GenericList } from "https://deno.land/x/cliffy@v0.8.0/packages/prompt/lib/generic-list.ts";
Methods
protected
clear()protected
height()protected
read(): Promise<boolean>protected
selectNext(): Promise<void>protected
selectPrevious(): Promise<void>protected
setPrompt(message: string)protected
abstract
writeListItem(item: GenericListOptionSettings, isSelected?: boolean): voidprotected
writeListItems()Static Methods
protected
mapItem(item: GenericListOption): GenericListOptionSettingsprotected
mapValues(optValues: GenericListValueOptions): GenericListOption[]separator(label?: string): GenericListOption