From d2c25f9805b4215636e8f2beaf7de8f932dfcc96 Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 14 Mar 2023 20:22:02 +0100 Subject: [PATCH] Updates showmediuminfo command --- VBoxManage | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/VBoxManage b/VBoxManage index aea8579..8988df4 100644 --- a/VBoxManage +++ b/VBoxManage @@ -2574,9 +2574,6 @@ _VBoxManage() { showmediuminfo) if [[ ${prev} == ${cmd} ]]; then COMPREPLY=( $(compgen -W "disk dvd floppy" -- ${cur}) ) - _hdd_comp - _dvds_comp - _floppy_comp else case "${prev}" in disk) @@ -2589,9 +2586,7 @@ _VBoxManage() { _floppy_comp ;; *) - items=(--delete) - _get_excluded_items "${items[@]}" - COMPREPLY=( $(compgen -W "$result" -- ${cur}) ) + COMPREPLY=( ) ;; esac fi