Open furlongm opened 5 years ago
It seems vagrant steals that cli arg before it gets used by the plugin.
vagrant
$ 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?
--box-version
It seems
vagrant
steals that cli arg before it gets used by the plugin.Maybe the option should be renamed
--box-version
to avoid the conflict?