Merge pull request #1302 from cybozuty/master

Vagrant plugin: Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
This commit is contained in:
Robby Russell 2014-03-22 16:22:34 -07:00
commit 178b5224e8

View File

@ -44,7 +44,7 @@ __task_list ()
__box_list () __box_list ()
{ {
_wanted application expl 'command' compadd $(command ls -1 $HOME/.vagrant/boxes 2>/dev/null| sed -e 's/ /\\ /g') _wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ /\\ /g')
} }
__vm_list () __vm_list ()