Skip to main content
Module

x/proc/mod2.ts>execute

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

Run a process.

Parameters

options: RunFnOptions

The command.

...cmd: Cmd

Options.

Returns

Promise<void>

A child process instance.

Run a process.

Parameters

...cmd: Cmd

The command.

Returns

Promise<void>

A child process instance.