Undiscoverable app for devtools #1186
-
In jpterm, the Textual app is a plugin which is eventually required by Asphalt and then run. It doesn't seem to be possible to use the devtools with something like: textual run my_app.py:alternative_app I was wondering if there was a lower-level API to the devtools that would work in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Apologies if I've not fully understood the way your app works, but another way of getting a Textual app to talk to the PS: Don't forget that when using |
Beta Was this translation helpful? Give feedback.
Apologies if I've not fully understood the way your app works, but another way of getting a Textual app to talk to the
devtools
is to setTEXTUAL=devtools
in your environment -- I use that in some situations where it wouldn't be convenient to usetextual run
. Might that work for you?PS: Don't forget that when using
textual run
to talk to devtools you'd include--dev
.