interface Deno.CommandOutput
implements CommandStatus
import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { CommandOutput } = Deno;
The interface returned from calling Deno.Command.output
or
Deno.Command.outputSync
which represents the result of spawning the
child process.