Function: projectile-dashboard--run-command
projectile-dashboard--run-command is a byte-compiled function defined
in projectile.el.
Signature
(projectile-dashboard--run-command BUTTON)
Documentation
Run the lifecycle command BUTTON stands for.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-dashboard--run-command (button)
"Run the lifecycle command BUTTON stands for."
(let ((default-directory (button-get button 'projectile-root)))
(call-interactively (button-get button 'projectile-command))))