Skip to main content
Module

x/proc/mod.ts>run

A better way to work with processes in Deno.
Go to Latest
function run
import { run } from "https://deno.land/x/proc@0.21.3/mod.ts";

Run a process.

Parameters

options: ProcessOptions<S>

The command.

...cmd: Cmd

Options.

Returns

A child process instance.

Run a process.

Parameters

...cmd: Cmd

The command.

Returns

A child process instance.