chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-07 15:14:32 +00:00 committed by github-actions[bot]
parent 73c4b62896
commit cedbc68912

View file

@ -171,6 +171,13 @@ The terminal id is based on the `cmd`, `cwd`, `env` and `vim.v.count1` options.
Snacks.terminal.get(cmd, opts)
```
### `Snacks.terminal.list()`
```lua
---@return snacks.win[]
Snacks.terminal.list()
```
### `Snacks.terminal.open()`
Open a new terminal window.