Function: projectile-dashboard--phase-command

projectile-dashboard--phase-command is a byte-compiled function defined in projectile.el.

Signature

(projectile-dashboard--phase-command PHASE)

Documentation

Return the interactive command running lifecycle PHASE.

The lifecycle commands are named after their phase by construction (see projectile--lifecycle-phases).

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-dashboard--phase-command (phase)
  "Return the interactive command running lifecycle PHASE.
The lifecycle commands are named after their phase by construction (see
`projectile--lifecycle-phases')."
  (intern (format "projectile-%s-project" phase)))