import * as proc from "https://deno.land/x/proc@0.20.8/mod3.ts";
Classes
A factory for [[Process]]. | |
A wrapper for | |
Functions
Concatenate arrays together, returning a single array containing the result. | |
Wrap in an | |
f run | Run a process. |
Convert an | |
Convert an |
Interfaces
Options passed to a process. | |
Command options. |
Type Aliases
T Cmd | The type signature for a command. |
Optionally change or suppress the error before it is thrown. Note that this will only
be called if either one or both of | |
Optionally handle lines of stderr (passed as arrays of lines as available), and also
optionally return a value that is passed to your custom |