We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a46e9 commit 7113177Copy full SHA for 7113177
Readme.adoc
@@ -1748,6 +1748,8 @@ is run:
1748
1749
* `cwd`: the working directory of the subprocess
1750
* `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.
1753
* `stdin`: any data you wish to pass to the subprocess's standard input
1754
* `stdout`/`stderr`: these are ``os.Redirect``s that let you configure how the
1755
processes output/error streams are configured.
0 commit comments