Skip to main content
Module

x/scripting/mod.ts>runShell

A collection of scripting utilities.
Go to Latest
variable runShell
import { runShell } from "https://deno.land/x/scripting@0.0.3/mod.ts";

type

(cmd: Deno.RunOptions["cmd"], options?: RequireAtLeastOne<Omit<Deno.RunOptions, "cmd">>) => unknown