Updated mediumproperty command

This commit is contained in:
2023-03-19 17:17:20 +01:00
parent f23ce2aedb
commit 51a393f8fe

View File

@@ -586,7 +586,6 @@ _VBoxManage() {
items+=(disk dvd floppy) items+=(disk dvd floppy)
_get_excluded_items "${items[@]}" _get_excluded_items "${items[@]}"
COMPREPLY=( $(compgen -W "$result" -- ${cur}) ) COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
;; ;;
esac esac
fi fi
@@ -1915,7 +1914,7 @@ _VBoxManage() {
disk|dvd|floppy) disk|dvd|floppy)
COMPREPLY=( $(compgen -W "get set delete" -- ${cur}) ) COMPREPLY=( $(compgen -W "get set delete" -- ${cur}) )
;; ;;
get|set|floppy) get|set|delete)
_get_medium _get_medium
;; ;;
esac esac