update docs
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user