update docs

This commit is contained in:
2026-01-23 07:56:25 -05:00
parent 8c7cb24171
commit a3c01d4b5a
5 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ Commands are returned from your `update` function to trigger side effects:
| Command | Description |
|---------|-------------|
| `tui/quit` | Exit the application |
| `(tui/tick ms)` | Send `:tick` after ms milliseconds |
| `(tui/after ms msg)` | Send `msg` after ms milliseconds |
| `(tui/batch c1 c2)` | Run commands in parallel |
| `(tui/sequentially c1 c2)` | Run commands sequentially |
| `(fn [] msg)` | Custom async function returning a message |