Mention that environment variable set by program is also listed by os.Environ()
This commit is contained in:
parent
73cd7a73bb
commit
07a4d4ba32
@ -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