Commit d23ddab4 authored by Bruno's avatar Bruno

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

Show rake task descriptions along with the tasks.
parents 4837c1c7 e09ce130
# fish completion for rake # fish completion for rake
function __fish_rake_tasks 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 end
### commands ### commands
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment