Skip to main content
Module

x/simple_shell/mod.ts>$o

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

Run a command and return stdout decoded

type

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