Tagged Questions
4
votes
1answer
306 views
How do I get tab completion to work with 'rake'?
When I try to use tab completion with rake, only files are suggested:
$ rails test-app | grep -v create; cd test-app
$ rake <TAB><TAB>
app/ db/ lib/ public/ README ...