github.com
docs plugin by willmcgugan · Pull Request #536 · Textualize/textual
Added a command to textual cli to run a textual app. You can now run an app like this: textual run basic.py Where you may previously have done this: python basic.py Why? Well it allows setting t...