Mention that environment variable set by program is also listed by os.Environ()
(#436)
Co-authored-by: Andreas Sommer <andreas.sommer@ppro.com>
This commit is contained in:
parent
abfc2c2cad
commit
1b4dac72d3
@ -11,6 +11,7 @@ TERM_PROGRAM
|
||||
PATH
|
||||
SHELL
|
||||
...
|
||||
FOO
|
||||
|
||||
# If we set `BAR` in the environment first, the running
|
||||
# program picks that value up.
|
||||
|
3
public/environment-variables
generated
3
public/environment-variables
generated
@ -147,7 +147,8 @@ particular machine.</p>
|
||||
<span class="go">TERM_PROGRAM
|
||||
</span><span class="go">PATH
|
||||
</span><span class="go">SHELL
|
||||
</span><span class="go">...</span></pre>
|
||||
</span><span class="go">...
|
||||
</span><span class="go">FOO</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user