Wrap poetry #210
Replies: 3 comments 2 replies
-
Hi @luckydonald, thanks for the idea. I guess what you mean is that the This sounds almost like what you get if you install the poethepoet poetry plugin and configure |
Beta Was this translation helpful? Give feedback.
-
Ah, I tried installing the poetry as plugin and that didn't quite work, I skipped that part because it was so confusing, and seemed like an extra, and I didn't understand how it would work like you just explained. Though I was searching for that. |
Beta Was this translation helpful? Give feedback.
-
What would happen then? That kinda scared me off, too. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions