Skip to main content
Module

x/simple_shell/mod.ts>$s

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

Run a command and return the status

type

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