import * as proc from "https://deno.land/x/proc@0.20.9/mod3.ts";
Classes
A factory for [[Process]]. | |
A wrapper for | |
Enumerable which may be substituted when we know we are returning |
Functions
Transformer that conditionally forces buffering of a | |
Concatenate arrays together, returning a single array containing the result. | |
Wrap in an | |
Lazily produce a range of numbers. | |
f run | Run a process. |
Converts specific types to | |
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 |