Skip to main content
Module

x/simple_shell/mod.ts>$e

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

Run a command and return stderr decoded

type

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