import * as proc from "https://deno.land/x/proc@0.20.17/src/api2/proc-readable-stream.ts";
Functions
Convert text data into UTF8-encoded bytes. | |
Run a process. | |
Convert UTF8-encoded input to text lines. | |
f run | Run a process. |
f text | Convert UTF8-encoded input to text chunks. |
Convert a |
Interfaces
Command options. |
Type Aliases
T Cmd | The type signature for a command. |