Include rake tasks without descriptions in run-command recipe

This commit is contained in:
Jeremy Dormitzer 2024-05-06 15:47:36 +00:00
parent e1e27ab1a2
commit 12c22a5dfb

View File

@ -383,7 +383,7 @@
cmds
(run-command-rake--cache-cmds
rake-dir
(->> (shell-command-to-string "rake -T")
(->> (shell-command-to-string "rake -AT")
(s-split "\n")
(-map (lambda (s) (s-split-up-to " " s 2)))
(-map (lambda (l) (s-join " " (-take 2 l))))