import * as lume from "https://deno.land/x/lume@v2.3.0/deps/cliffy.ts";
Classes
Completion list type. | |
Boolean type with auto completion. Allows | |
c Cell | Cell representation. |
Checkbox prompt representation. | |
String type with auto completion of child command names. | |
String type with auto completion of sibling command names. | |
Generates shell completion scripts for various shells. | |
Confirm prompt representation. | |
Enum type. Allows only provided values. | |
Integer type. | |
Generic input prompt representation. | |
Generic list prompt representation. | |
Generic prompt representation. | |
Generates well formatted and colored help output for specified command. | |
Input prompt representation. | |
Integer type. | |
c List | List prompt representation. |
Number prompt representation. | |
Number type. | |
c Row | Row representation. |
Secret prompt representation. | |
Select prompt representation. | |
String type. Allows any value. | |
Table representation. | |
Toggle prompt representation. | |
Base class for custom types. | |
Variables
v ansi | Chainable ansi escape sequences. If invoked as method, a new Ansi instance will be returned. |
v bel | Ring audio bell: |
Boolean type handler. Excepts | |
Clear the terminal screen. (Viewport) | |
Clear the whole terminal, including scrollback buffer. (Not just the visible part of it). | |
Hide cursor. | |
Move cursor to first column of current row. | |
Get cursor position. | |
Restore cursor. | |
Save cursor. | |
Show cursor. | |
Clear current line. | |
Clear to line end. | |
Clear to line start. | |
Clear screen. | |
Prompt icons. | |
Base key mapping. | |
Ctrl key mapping. | |
Shift key mapping. | |
Number type handler. Excepts any numeric value. | |
Special key mapping. | |
String type handler. Excepts any value. | |
v tty | Chainable ansi escape sequences. If invoked as method, a new Tty instance will be returned. |
Functions
Move cursor backward by n lines. | |
Move cursor down by n lines. | |
Move cursor forward by n lines. | |
Move cursor by offset. | |
Move cursor to the beginning of the line n lines down. | |
Move cursor to the beginning of the line n lines up. | |
Move cursor to x, y, counting from the top left corner. | |
Move cursor up by n lines. | |
Clear screen down by n lines. | |
Clear screen and move cursor by n lines up and move cursor to first column. | |
Clear screen up by n lines. | |
Get cursor position. | |
Create image. | |
Inject prompt values. Can be used for unit tests or pre selections. | |
f link | Create link. |
Parse ansi escape sequence. | |
Parse command line arguments. | |
Scroll window down by n lines. | |
Scroll window up by n lines. |
Interfaces
Ansi instance returned by all ansi escape properties. | |
Argument details. | |
Flag argument definition. | |
Type details. | |
Chainable ansi escape method declarations. | |
Checkbox key options. | |
Checkbox option options. | |
Checkbox prompt options. | |
Checkbox option settings. | |
Result of | |
Completion options. | |
Completion settings. | |
Confirm prompt options. | |
Cursor position. | |
Cursor position options. | |
Environment variable settings. | |
Environment variable options | |
Example settings. | |
Flag options. | |
Input keys options. | |
Generic input prompt options. | |
Generic input prompt settings. | |
Select key options. | |
Generic list option options. | |
Generic list prompt options. | |
Generic list option settings. | |
Generic list prompt settings. | |
Input keys options. | |
Generic prompt options. | |
Generic prompt settings. | |
Environment variable options | |
Command option options. | |
Global prompt options. | |
Cell options. | |
Image options. | |
Input prompt options. | |
Row options. | |
Table options. | |
Table settings. | |
List prompt options. | |
Number key options. | |
Number prompt options. | |
Command option settings. | |
Result of the parseFlags method. | |
Parser options. | |
Secret prompt options. | |
Select prompt options. | |
Select prompt settings. | |
Static generic prompt interface. | |
Toggle key options. | |
Generic prompt options. | |
Ansi instance returned by all ansi escape properties. | |
Create new | |
Type settings. | |
Type options. | |
Type Aliases
Action handler for commands and options. | |
T Ansi | Chainable ansi escape sequences. If invoked as method, a new Ansi instance will be returned. |
Create new | |
Checkbox options type. | |
Checkbox option settings type. | |
Chainable colors module.
If invoked as method, a new | |
Chainable colors instance returned by all ansi escape properties. | |
Create new | |
Type parser method. | |
Default flag value | |
Description handler. | |
Description handler. | |
Help callback method to print the help.
Invoked by the | |
Border characters settings. | |
Cell type | |
Json row. | |
T IRow | Row type |
Table type. | |
List key options. | |
Secret key options. | |
Select key options. | |
Select option options. | |
Select option settings. | |
Select options type. | |
Select option settings type. | |
T Tty | Chainable ansi escape sequences. If invoked as method, a new Tty instance will be returned. |
Create new | |
Custom type handler/parser. | |
Prompt validation return tape. | |
Value handler for custom value processing. | |
Version callback method to print the version.
Invoked by the |