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

x/simple_shell/src/ds.ts>$t

Deno simple shell
Go to Latest
variable $t
import { $t } from "https://deno.land/x/simple_shell@0.11.0/src/ds.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