import { Toggle } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Toggle prompt representation.
Methods
protected
format(value: boolean): stringFormat output value.
protected
getValue(): stringGet input value.
protected
handleEvent(event: KeyCode): Promise<void>Handle user input event.
protected
message(): stringprotected
read(): Promise<boolean>Read user input from stdin, handle events and validate user input.
protected
selectActive()Set active.
protected
selectInactive()Set inactive.
protected
transform(value: string): boolean | undefinedMap input value to output value.
protected
validate(value: string): boolean | stringValidate input value.
Static Methods
prompt(options: string | ToggleOptions): Promise<boolean>
Execute the prompt and show cursor on end.