mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #73 from godfat/rake-tasks-with-descriptions
Show rake task descriptions along with the tasks.
This commit is contained in:
commit
d23ddab461
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user