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 args work as expected on ref tasks #201

Closed nat-n closed 6 months ago

nat-n commented 6 months ago

Ref tasks can now parse named arguments and template the values into the invocation of the referenced task. Extra args (provided after -- or all args if named arg configured) are appended to the invocation

Additional refactor:

Related #196