Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denoexec/lib/functional.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/lib/functional.ts";

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