import * as mod from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts";
Classes
Underlying builder API for executing commands. | |
Result of running a command. | |
Similar to | |
Similar to an AbortController, but for sending signals to commands. | |
c Path | Holds a reference to a path providing helper methods. |
A progress bar instance created via | |
Builder API for downloading files. | |
Response of making a request where the body can be read. | |
A timeout error. |
Variables
v $ | Default |
Default | |
Interfaces
Collection of built-in properties that come with a | |
String literal template. | |
Change that alters the current working directory. | |
| |
Context of the currently executing command. | |
Used to write to stdout or stderr. | |
Options for showing confirming a yes or no question. | |
Tells the shell to continue executing. | |
Options for creating a custom | |
An iterator that returns a new delay each time. | |
Tells the shell it should exit immediately with the provided exit code. | |
Single options within a multi-select option. | |
Options for showing a selection that has multiple possible values. | |
Options for showing progress. | |
Configuration of the prompt input mask | |
Options for showing an input where the user enters a value. | |
| |
Options for using | |
Options for showing a selection that only has one result. | |
Change that sets an environment variable (ex. | |
Change that sets a shell variable (ex. | |
Change that deletes the environment variable (ex. | |
|
Type Aliases
Type of | |
Handler for executing a command. | |
Used to read from stdin. | |
Delay used for certain actions. | |
Change that alters the environment. | |
Result of executing a custom command. | |
Listener for when a KillSignal is killed. | |
Behaviour to use for stdin. | |
The behaviour to use for a shell pipe. | |