Function: projectile--rg-construct-command
projectile--rg-construct-command is a byte-compiled function defined
in projectile.el.
Signature
(projectile--rg-construct-command SEARCH-TERM &optional FILE-EXT)
Documentation
Construct Rg option to search files by the extension FILE-EXT.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--rg-construct-command (search-term &optional file-ext)
"Construct Rg option to search files by the extension FILE-EXT."
(projectile--construct-files-with-string-command 'rg search-term file-ext))