import { dtils } from "https://deno.land/x/dtils@2.2.0/devops/deps.ts";
const { execIgnore } = dtils;
Executes segments
as a child process. Throws if the child exits with a non-zero status.
Parameters
The segments to execute. The first should be the file, the rest will be passed as arguments
optional
options: ExecOptions = [UNSUPPORTED]