Skip to content
Snippets Groups Projects
Commit e09ce130 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Show rake task descriptions along with the tasks.

parent 4837c1c7
Branches
No related merge requests found
# 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
......
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