Textualize / trogon

Easily turn your Click CLI into a powerful terminal application
MIT License
2.4k stars 54 forks source link

fix: prefix binding actions with app namespace #83

Open TomJGooding opened 1 month ago

TomJGooding commented 1 month ago

Fixes #82 where Trojon bindings are broken in recent versions of Textual due to this change in Textual v0.61.0:

Breaking change: Actions (as used in bindings) will no longer check the app if they are unhandled. This was undocumented anyway, and not that useful. https://github.com/Textualize/textual/pull/4516