Skip to main content
Module

x/proc/mod3.ts>run

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function run
import { run } from "https://deno.land/x/proc@0.20.14/mod3.ts";

Run a process.

Parameters

options: ProcessOptions<S>

The command.

...cmd: Cmd

Options.

Returns

Uint8Enumerable

A child process instance.

Run a process.

Parameters

...cmd: Cmd

The command.

Returns

Uint8Enumerable

A child process instance.