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