Include rake tasks without descriptions in run-command recipe
This commit is contained in:
parent
e1e27ab1a2
commit
12c22a5dfb
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user