import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/cli/common.js";
Variables
v args | The command-line arguments passed to the program. |
Whether the standard IO is a text terminal. | |
Functions
Returns the width of a single character. | |
Returns the current size of the application window. | |
Returns | |
Checks if the program is running in Windows Subsystem for Linux. | |
Requests the standard input to be used only by the given task until it is completed. | |
Moves the cursor to the left base on the width of the given string. | |
Moves the cursor to the right base on the width of the given string. | |
Parses the given CLI arguments into an object. | |
Quotes a string to be used as a single argument to a shell command. | |
Reads a chunk of data from the standard input. This could be a single key stroke, or a multi-byte sequence for input from an IME. | |
Returns the width of a string. | |
Writes a chunk of data to the standard output. | |
Writes a chunk of data to the standard output synchronously. |