import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.1/prompt/mod.ts";
Classes
Checkbox prompt representation. | |
Confirm prompt representation. | |
Input prompt representation. | |
c List | List prompt representation. |
Number prompt representation. | |
Secret prompt representation. | |
Select prompt representation. | |
Toggle prompt representation. |
Interfaces
Checkbox prompt keymap. | |
Checkbox option options. | |
Checkbox option group options. | |
Checkbox prompt options. | |
Confirm prompt options. | |
Input keys options. | |
Generic input prompt options. | |
GenericList key options. | |
Generic list option options. | |
Generic list option group options. | |
Generic list prompt options. | |
Generic prompt keymap. | |
Generic prompt options. | |
Global prompt options used together with the | |
Input prompt options. | |
List prompt options. | |
Number prompt keymap. | |
Number prompt options. | |
Secret prompt options. | |
Select prompt options. | |
Static generic prompt interface. | |
Toggle prompt keymap. | |
Generic prompt options. |
Type Aliases
Checkbox options type. | |
Confirm prompt keymap. | |
GenericList options type. | |
Prompt middleware function. | |
Input prompt keymap. | |
List prompt keymap. | |
T Next | Runs the next prompt. |
Prompt middleware function. | |
Prompt options for the | |
Secret prompt keymap. | |
Select prompt keymap. | |
Select option options. | |
Select option group options. | |
Select options type. | |
Prompt validation return tape. |