Skip to main content
Module

x/denoexec/mod.ts>inheritStdio

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function inheritStdio
import { inheritStdio } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

If set to true, the default; then output from STDOUT & STDERR will be copied on to the Writers set by stdout & stderr.

Parameters

v: boolean
proc: ProcessDeferred

Returns

ProcessDeferred