Commit e09ce130 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Show rake task descriptions along with the tasks.

parent 4837c1c7
# 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
......
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