import { type ExecOptions } from "https://deno.land/x/dtils@2.2.0/mod.ts";
Properties
Normally, only the $PATH env var is sent to the child process. If true
the $PATH env var will not be sent to the child process.
NOTE: This disables the automatic discovery of executables. You can use the getExecFromPath
function to get the path to an executable
before running the child process.
Methods
optional
onSetup(params: ExecEventParams): unknown | Promise<unknown>Called right after the child process is created. A returned promise will be awaited