sciurus / vagrant-mutate

Convert vagrant boxes to work with different providers
MIT License
281 stars 41 forks source link

--version cli arg does not work #106

Open furlongm opened 4 years ago

furlongm commented 4 years ago

It seems vagrant steals that cli arg before it gets used by the plugin.

$ vagrant mutate bento/ubuntu-18.04 libvirt --input-provider virtualbox --version 201812.27.0
Vagrant 2.2.6

Maybe the option should be renamed --box-version to avoid the conflict?