child_process.spawnSync(command[, args][, options])
command <String> The command to run
args <Array> List of string arguments
options <Object>
cwd <String> Current working directory of the child process
input <String> | <Buffer> The value which will be passed as stdin to the spawned processsupplying this value will override stdio[0]
stdio <Array> Child's stdio configuration.
env <Object> Environment key-value pairs
uid <Number> Set