grunt-cli icon indicating copy to clipboard operation
grunt-cli copied to clipboard

Bash task tab completion after ":" appends the entire task after the ":"

Open respectTheCode opened this issue 12 years ago • 2 comments

With the task app:deploy if you type grunt app:de tab will complete it as grunt app:app:deploy.

respectTheCode avatar Apr 03 '13 17:04 respectTheCode

I'm looking for this feature too...

dgmike avatar May 29 '14 18:05 dgmike

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

MattSeen avatar Jun 30 '15 11:06 MattSeen