You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should expose that via the cli, and also add textual screenshots in there as well, as right now, I actually manually generate each of those screenshots and with the amount of screens we support, this is getting a bit too time consuming.
The text was updated successfully, but these errors were encountered:
Ran into a minor snag where the screenshot file name is not predictable, so I've opened Textualize/textual#3795 to kindly ask if this is a feature that can be implemented. In the meantime, I think I can only automate the smol-k8s-lab --help screenshot since rich already provides a way to name the screenshot.
Describe the feature you'd like, and why
I'd like a way to automatically generate screenshots for the CLI help, as well as all the TUI screens here:
https://github.com/small-hack/smol-k8s-lab/tree/main/docs/images/screenshots
We can generate the screenshots with rich and textual. We have a hidden feature in smol-k8s-lab for rich here:
smol-k8s-lab/smol_k8s_lab/utils/rich_cli/help_text.py
Line 16 in f753dda
and here:
smol-k8s-lab/smol_k8s_lab/utils/rich_cli/help_text.py
Lines 130 to 132 in f753dda
We should expose that via the cli, and also add textual screenshots in there as well, as right now, I actually manually generate each of those screenshots and with the amount of screens we support, this is getting a bit too time consuming.
The text was updated successfully, but these errors were encountered: