grunt-cli
grunt-cli copied to clipboard
Bash task tab completion after ":" appends the entire task after the ":"
With the task app:deploy if you type grunt app:de tab will complete it as grunt app:app:deploy.
I'm looking for this feature too...
Hey, just noticed this bug while looking for a solution to another issue. I ran into this issues when using ruby Rake and a few other command line tools that provide bash auto complete options.
I found a solution in the end on this website http://willcode4beer.com/tips.jsp?set=tabMaven
If you have a look at my rake autocomplete script it might help whoever is going to look at/solve this issue for people.
https://gist.github.com/MattSeen/7704275