mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 03:20:20 +01:00
Bump to 6.1.28.
There was a minor change regarding export command: --iso parameter has been removed.
This commit is contained in:
@@ -1270,8 +1270,7 @@ _VBoxManage() {
|
||||
;;
|
||||
|
||||
"export")
|
||||
items=( --manifest --iso --options --vsys --cloud
|
||||
--cloudinitscriptpath )
|
||||
items=( --manifest --options --vsys --cloud --cloudinitscriptpath )
|
||||
if [[ ${prev} == ${cmd} ]]; then
|
||||
_vms_comp vms
|
||||
elif [[ ${prev} == "--eulafile" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user