So the initial idea of poe was to extend poetry to have the poetry run command.
(However poetry run does something else.)
Now this tool tries to give this missing run command, but introduces a new command instead of extending poetry.
poetry add somepackage
poe tests
What I propose is a mode (e.g. configured through the toml) which wraps poetry to have it a single executable to remember.
poe add somepackage
poe run tests
So the initial idea of poe was to extend poetry to have the
poetry runcommand.(However poetry run does something else.)
Now this tool tries to give this missing run command, but introduces a new command instead of extending poetry.
poetry add somepackagepoe testsWhat I propose is a mode (e.g. configured through the toml) which wraps poetry to have it a single executable to remember.
poe add somepackagepoe run tests