Skip to content

Commit 7113177

Browse files
authored
Update Readme.adoc
1 parent a4a46e9 commit 7113177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,8 @@ is run:
17481748

17491749
* `cwd`: the working directory of the subprocess
17501750
* `env`: any additional environment variables you wish to set in the subprocess
1751+
in addition to those passed via `propagateEnv`. You can also set their values
1752+
to `null` to remove specific variables.
17511753
* `stdin`: any data you wish to pass to the subprocess's standard input
17521754
* `stdout`/`stderr`: these are ``os.Redirect``s that let you configure how the
17531755
processes output/error streams are configured.

0 commit comments

Comments
 (0)