mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
12 lines
308 B
Markdown
12 lines
308 B
Markdown
These examples probably don't rub. We will be back-porting them to the examples dir
|
|
|
|
# Examples
|
|
|
|
Run any of these examples to demonstrate a Textual features.
|
|
|
|
The example code will generate a log file called "textual.log". Tail this file to gain insight in to what Textual is doing.
|
|
|
|
```
|
|
tail -f textual
|
|
```
|