;;; lisp/cli/run.el --- launching project and CI/CD tasks -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: ;; ;;; Variables ;; None yet! ;; ;;; Commands ;; (defcli! run ;; (&rest tasks) ;; "Run a project task or CI/CD pipeline." ;; :benchmark nil ;; ) ;; ;;; Helpers (provide 'doom-cli '(run)) ;;; run.el ends here