Skip to content

Commit

Permalink
Add tip about referencing env vars for args in powershell (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mason3k authored Oct 17, 2023
1 parent e326969 commit c46c9c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/args_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ The resulting task can be run like:
poe passby --planet mars
.. TIP::
For PowerShell tasks, the variable needs to be referenced as an environment variable in the shell code, e.g., :code:`$env:planet`.

Arguments for script tasks
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit c46c9c2

Please sign in to comment.