Closed mgzenitech closed 1 year ago
How can I setup the hook without exposing the task in the list?
[tool.poe.tasks._aaa] shell = "echo aaaaaaaaaaaaaaaaaaaaaaaaaaaa" [tool.poe.poetry_hooks] post_install = "_aaa"
This triggers the following error:
Error: Tasks prefixed with `_` cannot be executed directly
Hi @mgzenitech, thanks for reporting this. Looks like a bug, I'll see what I can do about it.
It's fixed in 0.19.0 🙂
How can I setup the hook without exposing the task in the list?
This triggers the following error: