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>$e

Deno simple shell
Go to Latest
variable $e
import { $e } from "https://deno.land/x/simple_shell@0.11.0/src/ds.ts";

Run a command and return stderr decoded

type

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