mcopy/app/lib/exec
Matt McWilliams f30ce78f9d Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
..
Readme.md Update documentation 2018-06-16 23:13:14 -04:00
index.d.ts Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
index.js Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
index.js.map Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
package.json Install delay, exit and exec modules. 2019-02-08 14:07:35 -05:00

Readme.md

exec(cmd, arg, opts) ⇒ Promise.<{stdout: string, stderr: stderr}>

Promisified child_process.exec

Kind: global function

Param Type Description
cmd
arg
opts See child_process.exec node docs
opts.stdout stream.Writable If defined, child process stdout will be piped to it.
opts.stderr stream.Writable If defined, child process stderr will be piped to it.