import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { Command } = Deno;
Spawns a streamable subprocess, allowing to use the other methods.
x/ayonli_jsext/lib.deno.d.ts>Deno.Command#spawn
import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { Command } = Deno;
Spawns a streamable subprocess, allowing to use the other methods.