Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function runCommandWithOutput
Re-export
import { runCommandWithOutput } from "https://deno.land/std@0.157.0/_tools/release/deps.ts";

Parameters

params: { cwd: string; cmd: string[]; }