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