Variable: projectile-tags-command
projectile-tags-command is a customizable variable defined in
projectile.el.
Value
"ctags -Re -f \"%s\" %s \"%s\""
Documentation
The command Projectile's going to use to generate a TAGS file.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-tags-command "ctags -Re -f \"%s\" %s \"%s\""
"The command Projectile's going to use to generate a TAGS file."
:group 'projectile
:type 'string)