import * as proc from "https://deno.land/x/proc@0.20.17/src/command.ts";
Classes
A factory for [[Process]]. | |
A wrapper for | |
Interfaces
Options passed to a process. | |
Command options. |
Type Aliases
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 text lines), and also
optionally return a value that is passed to your custom |