import { run } from "https://deno.land/x/proc@0.20.17/src/api2/proc-readable-stream.ts";
Run a process.
Parameters
options: RunFnOptions
The command.
...cmd: Cmd
Options.
Returns
A child process instance.
import { run } from "https://deno.land/x/proc@0.20.17/src/api2/proc-readable-stream.ts";
Run a process.
The command.
Options.
A child process instance.