import { dtils } from "https://deno.land/x/dtils@2.2.0/devops/deps.ts";
const { shCaptureIncremental } = dtils;
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]