import { type ChildProcessOptions } from "https://deno.land/std@0.125.0/node/internal/child_process.ts";
Properties
Environment variables passed to the child process.
- If this option is
true
, run the command in the shell. - If this option is a string, run the command in the specified shell.
optional
signal: AbortSignalAllows aborting the child process using an AbortSignal.