mcopy/cli/lib/exec
mmcwilliams 1413e323f0 Install private modules in the cli project 2019-03-22 19:52:59 -04:00
..
Readme.md Install private modules in the cli project 2019-03-22 19:52:59 -04:00
index.js Install private modules in the cli project 2019-03-22 19:52:59 -04:00
package.json Install private modules in the cli project 2019-03-22 19:52:59 -04: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.