chore(build): auto-generated docs

This commit is contained in:
folke 2025-10-29 14:31:55 +00:00 committed by github-actions[bot]
parent 118648ce93
commit 9aaa88bc6c

View file

@ -1128,6 +1128,7 @@ Neovim commands
```lua
---@class snacks.picker.git.diff.Config: snacks.picker.git.Config
---@field group? boolean group changes by file (when false, show individual hunks)
---@field staged? boolean show staged changes
---@field base? string base commit/branch/tag to diff against (default: HEAD)
{
group = false,