Skip to main content
Module

x/simple_shell/mod.ts>$t

Deno simple shell
Latest
variable $t
import { $t } from "https://deno.land/x/simple_shell@0.14.1/mod.ts";

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

type

(cmd: TemplateStringsArray | string, ...args: Array<string | number>) => unknown