import { type Runner } from "https://deno.land/x/proc@0.20.17/legacy/runner.ts";
Methods
run(options: RunOptions, input?: A): PromiseOrIterable<B>
Run a command.
import { type Runner } from "https://deno.land/x/proc@0.20.17/legacy/runner.ts";
Run a command.