import { execIgnore } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
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]