Merge pull request #73 from godfat/rake-tasks-with-descriptions

Show rake task descriptions along with the tasks.
This commit is contained in:
Bruno 2013-10-30 10:21:30 -07:00
commit d23ddab461

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