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:
Andreas Sommer
2022-08-22 14:59:10 +02:00
committed by GitHub
parent abfc2c2cad
commit 1b4dac72d3
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ TERM_PROGRAM
PATH
SHELL
...
FOO
# If we set `BAR` in the environment first, the running
# program picks that value up.