Show rake task descriptions along with the tasks.

This commit is contained in:
Lin Jen-Shin 2013-10-27 19:36:59 +08:00
parent 4837c1c7d4
commit e09ce1304f

View File

@ -1,6 +1,6 @@
# fish completion for rake
function __fish_rake_tasks
rake -P ^/dev/null | grep rake | cut -c 6-
rake -T ^/dev/null | awk '{print $2"\t"substr($0, index($0, $4))}'
end
### commands