chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-19 08:54:01 +00:00 committed by github-actions[bot]
parent 13f3006dbf
commit eb75825f83

View file

@ -189,6 +189,16 @@ Open a new terminal window.
Snacks.terminal.open(cmd, opts)
```
### `Snacks.terminal.tid()`
Get a terminal id based on the `cmd`, `cwd`, `env` and `vim.v.count1` options.
```lua
---@param cmd? string | string[]
---@param opts? snacks.terminal.Opts
Snacks.terminal.tid(cmd, opts)
```
### `Snacks.terminal.toggle()`
Toggle a terminal window.