Update README.md

This commit is contained in:
Will McGugan
2023-05-21 12:31:27 +01:00
committed by GitHub
parent 627a304262
commit b9ddd9080e

View File

@@ -28,7 +28,7 @@ Trogon works with the popular [Click](https://click.palletsprojects.com/) librar
## How it works
Trogon inspects your (command line) app and extracts a *schema* which describes the options / switches / help etc.
It then uses that information to build a [Textual](https:/github.com/textualize/textual) UI you can use to edit and run the command.
It then uses that information to build a [Textual](https://github.com/textualize/textual) UI you can use to edit and run the command.
Ultimately we would like to formalize this schema and a protocol to extract or expose it from apps.
This which would allow Trogon to build TUIs for any CLI app, regardless of how it was built.