Skip to main content
Module

x/dax/src/result.ts

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
import * as dax from "https://deno.land/x/dax@0.39.2/src/result.ts";

Interfaces

Change that alters the current working directory.

Tells the shell to continue executing.

Tells the shell it should exit immediately with the provided exit code.

Change that sets an environment variable (ex. export ENV_VAR=VALUE)

Change that sets a shell variable (ex. ENV_VAR=VALUE)

Change that deletes the environment variable (ex. unset ENV_VAR).

Type Aliases

Change that alters the environment.

Result of executing a custom command.