Asynchronous execution. If a callback is provided, it will be set to true, regardless of the passed value (default: false).
Optional cwd
cwd:string
Optional encoding
encoding:string
Character encoding to use. Affects the values returned to stdout and stderr, and what is written to stdout and stderr when not in silent mode (default: 'utf8').
Optional env
env:ProcessEnv
Optional gid
gid:number
Optional killSignal
killSignal:string
Optional maxBuffer
maxBuffer:number
Optional shell
shell:string
Optional silent
silent:boolean
Do not echo program output to console (default: false).
Asynchronous execution. If a callback is provided, it will be set to true, regardless of the passed value (default: false).