Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dax/src/result.ts

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
import * as dax from "https://deno.land/x/dax@0.17.0/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)

Type Aliases

Change that alters the environment.

Result of executing a custom command.