mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Updated mediumproperty command
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user