nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

📝 add information about referencing vars from PowerShell to docs #173

Closed mason3k closed 11 months ago

mason3k commented 11 months ago

It is not totally obvious how to reference variables passed to a shell that uses a PowerShell interpreter. The trick is you need to access them as environment variables. I added a brief blurb on how to do this to the docs.

I rebuilt the docs and reviewed my change visually: image

The tip at the bottom is what I added.

nat-n commented 11 months ago

Hey @mason3k, thanks for contributing 😄