Skip to main content
Module

x/simple_shell/mod.ts

Deno simple shell
Latest
import * as simpleShell from "https://deno.land/x/simple_shell@0.14.1/mod.ts";

Variables

v
$

Run a command and return stdout decoded (alias to $o)

Run a command with stdin,stdout,stderr set as 'inherit' This is useful for long-running/interactive commands

Run a command and return stderr decoded

Run a command and return stdout decoded

Run a command and return the status

Run a command and throw an error if it exists with a non-zero code.

Run a command with a specified shell