tailhook / vagga

Vagga is a containerization tool without daemons
http://vagga.readthedocs.org
MIT License
1.86k stars 96 forks source link

Bash completion is wrong when a folder and a command have the same name #245

Open lilianmoraru opened 8 years ago

lilianmoraru commented 8 years ago

I am not sure if it is a vagga bash-completion issue or not but I want to make aware of this issue.

I have a folder named build-gcc and a vagga command build-gcc. If I write vagga b and press Tab, then I get this bash completion: vagga build-gcc/ which of course if I press Enter, vagga responds with:

Command build-gcc/ not found. Run vagga without arguments to see the list.
tailhook commented 8 years ago

ping @anti-social