interface Deno.CommandOutput
extends CommandStatus
The interface returned from calling Deno.Command.output
or
Deno.Command.outputSync
which represents the result of spawning the
child process.
The interface returned from calling Deno.Command.output
or
Deno.Command.outputSync
which represents the result of spawning the
child process.