Variable: projectile-project-install-cmd

projectile-project-install-cmd is a variable defined in projectile.el.

Value

nil

Documentation

The command to use with projectile-install-project.

It takes precedence over the default command for the project type when set. Should be set via .dir-locals.el.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-install-cmd nil
  "The command to use with `projectile-install-project'.
It takes precedence over the default command for the project type when set.
Should be set via .dir-locals.el.")