import { shCaptureIncremental } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Executes command
in default shell. Incrementally calls options.onLogLine
and options.onErrorLine
for each new line written to stdout an stderr, respectively. Throws if command exits with a
non-zero status.
Parameters
optional
options: ExecCaptureIncrementalOptions = [UNSUPPORTED]