mcopy/app/lib/exec
Matthew McWilliams 5026cf869f Arri-S work 2022-10-07 19:47:56 -04:00
..
Readme.md
index.d.ts
index.js
index.js.map
package.json

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.