import { shCapture } from "https://deno.land/x/dtils@1.3.1/mod.ts";
Executes shell code and captures the output.
Parameters
optional
options: ShOptions = [UNSUPPORTED]Returns
Promise<ShCaptureResult>
import { shCapture } from "https://deno.land/x/dtils@1.3.1/mod.ts";
Executes shell code and captures the output.