docs(git_status): add missing opt expand_dir (#2824)

* docs(git_status): add missing opt `expand_dir`

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
(cherry picked from commit fa4d663c8c)
This commit is contained in:
James Trew
2024-03-12 15:16:42 +01:00
committed by Simon Hauser
parent d85ad68222
commit 6312868392
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1055,6 +1055,8 @@ builtin.git_status({opts}) *telescope.builtin.git_status()*
{git_icons} (table) string -> string. Matches name with icon
(see source code, make_entry.lua
git_icon_defaults)
{expand_dir} (boolean) pass flag `-uall` to show files in untracked
directories (default: true)
builtin.git_stash({opts}) *telescope.builtin.git_stash()*
+1
View File
@@ -188,6 +188,7 @@ builtin.git_branches = require_on_exported_call("telescope.builtin.__git").branc
---@field cwd string: specify the path of the repo
---@field use_git_root boolean: if we should use git root as cwd or the cwd (important for submodule) (default: true)
---@field git_icons table: string -> string. Matches name with icon (see source code, make_entry.lua git_icon_defaults)
---@field expand_dir boolean: pass flag `-uall` to show files in untracked directories (default: true)
builtin.git_status = require_on_exported_call("telescope.builtin.__git").status
--- Lists stash items in current repository