We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e71dd commit 9e25028Copy full SHA for 9e25028
doc/api/child_process.md
@@ -812,6 +812,8 @@ changes:
812
* `cwd` {string} Current working directory of the child process.
813
* `input` {string|Buffer|Uint8Array} The value which will be passed as stdin
814
to the spawned process. Supplying this value will override `stdio[0]`.
815
+ * `argv0` {string} Explicitly set the value of `argv[0]` sent to the child
816
+ process. This will be set to `command` if not specified.
817
* `stdio` {string|Array} Child's stdio configuration.
818
* `env` {Object} Environment key-value pairs.
819
* `uid` {number} Sets the user identity of the process (see setuid(2)).
0 commit comments