docs(vertico): mention :args
option in docstring
This commit is contained in:
parent
6edb9dfc77
commit
ae451ff754
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
||||||
:in PATH
|
:in PATH
|
||||||
Sets what directory to base the search out of. Defaults to the current project's root.
|
Sets what directory to base the search out of. Defaults to the current project's root.
|
||||||
:recursive BOOL
|
:recursive BOOL
|
||||||
Whether or not to search files recursively from the base directory."
|
Whether or not to search files recursively from the base directory.
|
||||||
|
:args LIST
|
||||||
|
Arguments to be appended to `consult-ripgrep-args'."
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
(unless (executable-find "rg")
|
(unless (executable-find "rg")
|
||||||
(user-error "Couldn't find ripgrep in your PATH"))
|
(user-error "Couldn't find ripgrep in your PATH"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue