Textualize/trogon

Support for Poetry without poetry shell

renan-abm opened this issue · 1 comments

If I have a CLI with a script defined in a Poetry pyproject.toml like this

[tool.poetry.scripts]
my-cli= "my_cli.main:app"

and I start the TUI with poetry run my-cli tui, then poetry run won't be prepended to the command my-cli ... and it will fail to run. Would it be possible to support this use case?

Thanks!

I'm sorry but this was actually a bug in my code. It works just fine with poetry run.