mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Bump to version 6.1.6
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# URL: https://bitbucket.org/gryf/vboxmanage-bash-completion
|
||||
# URL: https://github.com/gryf/vboxmanage-bash-completion
|
||||
# License: 3-clause BSD-style license (see LICENSE file)
|
||||
# Version: 6.1.0
|
||||
# Version: 6.1.6
|
||||
|
||||
|
||||
_VBoxManage() {
|
||||
@@ -1281,7 +1281,7 @@ _VBoxManage() {
|
||||
if [[ " ${items[@]} " == *" $subcommand "* ]]; then
|
||||
case "${subcommand}" in
|
||||
install)
|
||||
_get_excluded_items "--replace"
|
||||
_get_excluded_items "--replace --accept-license"
|
||||
COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
|
||||
;;
|
||||
uninstall)
|
||||
|
||||
Reference in New Issue
Block a user