Skip to content

Commit

Permalink
Update core-targets.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Chebukin <[email protected]>
  • Loading branch information
Thorium and xperiandri committed Oct 23, 2024
1 parent 04f5c3d commit 5fd3318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guide/core-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ Now we have the following options:
## Script with arguments
If you don't do `Target.initEnvironment()` at all, then FAKE will only use environment variables already set
(e.g. Windows: `set mything=123`) instead of parsing the command-line `-e`.
If you don't call `Target.initEnvironment()` before you use the `Environment` module,
then FAKE will only use system and inline environment variables
(e.g. Windows: `set mything=123`) instead of parsing the command line `-e` params.
If you want multiple environment arguments, you can do `-e a=1 -e b=2`.
Expand Down

0 comments on commit 5fd3318

Please sign in to comment.