;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (require 'cl-lib) #@162 Return a list of all scripts matching regexp FILETYPE-REGEXP in DIR. All names are prefixed with the string provided by PREFIX. (fn DIR FILETYPE-REGEXP PREFIX) (defalias 'taskrunner--get-scripts #[771 "\300!\205\301\302#\303\304\305\306\"#\262\207" [directory-name-p directory-files nil cl-map list make-closure #[257 "\300\301Q\207" [V0 " "] 4 "\n\n(fn ELEM)"]] 9 (#$ . 106)]) #@142 Retrieve the rake tasks for the project in directory DIR. This function returns a list of the form: ("BASH TASK1" "BASH TASK2"...) (fn DIR) (defalias 'taskrunner-get-bash-scripts #[257 "\300\301\302#\207" [taskrunner--get-scripts "\\.sh$" "BASH"] 5 (#$ . 501)]) #@154 Retrieve the rake tasks for the project in directory DIR. This function returns a list of the form: ("POWERSHELL TASK1" "POWERSHELL TASK2"...) (fn DIR) (defalias 'taskrunner-get-powershell-scripts #[257 "\300\301\302#\207" [taskrunner--get-scripts "\\.ps1$" "POWERSHELL"] 5 (#$ . 772)]) #@140 Retrieve the rake tasks for the project in directory DIR. This function returns a list of the form: ("ZSH TASK1" "ZSH TASK2"...) (fn DIR) (defalias 'taskrunner-get-zsh-scripts #[257 "\300\301\302#\207" [taskrunner--get-scripts "\\.zsh$" "ZSH"] 5 (#$ . 1068)]) #@142 Retrieve the rake tasks for the project in directory DIR. This function returns a list of the form: ("FISH TASK1" "FISH TASK2"...) (fn DIR) (defalias 'taskrunner-get-fish-scripts #[257 "\300\301\302#\207" [taskrunner--get-scripts "\\.fish$" "FISH"] 5 (#$ . 1337)]) (provide 'taskrunner-shell)