import { exec } from "https://deno.land/x/dtils@2.4.0/mod.unstable.ts";
Executes segments
as a child process, printing the child's output. 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]