nat-n / poethepoet

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

Make switch task work as expected with 'uses' option #186

Closed nat-n closed 9 months ago

nat-n commented 9 months ago

Fixes #182 by making a switch task capture the contents of the case task for the next task to use.

Also tweak implementation of script tasks to make variable collisions less likely.