chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-21 10:44:37 +00:00 committed by github-actions[bot]
parent 2b22fe7861
commit 5558e285f5

View file

@ -1261,6 +1261,7 @@ Git log
input = {
keys = {
["<Tab>"] = { "git_stage", mode = { "n", "i" } },
["<c-r>"] = { "git_restore", mode = { "n", "i" } },
},
},
},
@ -2464,6 +2465,12 @@ Snacks.picker.actions.git_branch_del(picker, item)
Snacks.picker.actions.git_checkout(picker, item)
```
### `Snacks.picker.actions.git_restore()`
```lua
Snacks.picker.actions.git_restore(picker)
```
### `Snacks.picker.actions.git_stage()`
```lua