mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Update to VB version 2.3.28
This commit is contained in:
2
README
2
README
@@ -5,4 +5,4 @@ script. However, in some point of time I've decided to rewrite it almost from
|
|||||||
scratch.
|
scratch.
|
||||||
|
|
||||||
Current version of script was written and tested against VBoxManage in version
|
Current version of script was written and tested against VBoxManage in version
|
||||||
4.3.18, and supports all commands (in some extent ;)).
|
4.3.28, and supports all commands (in some extent ;)).
|
||||||
|
|||||||
@@ -877,7 +877,8 @@ _VBoxManage() {
|
|||||||
" ${COMP_WORDS[@]} " == *" --passwordfile "* ]] &&
|
" ${COMP_WORDS[@]} " == *" --passwordfile "* ]] &&
|
||||||
items=(--image --username --domain --verbose
|
items=(--image --username --domain --verbose
|
||||||
--timeout --environment --wait-exit --wait-stdout
|
--timeout --environment --wait-exit --wait-stdout
|
||||||
--wait-stderr --dos2unix --unix2dos)
|
--wait-stderr --dos2unix --unquoted-args
|
||||||
|
--unix2dos)
|
||||||
|
|
||||||
_get_excluded_items "${items[@]}"
|
_get_excluded_items "${items[@]}"
|
||||||
COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
|
||||||
@@ -1392,7 +1393,7 @@ _VBoxManage() {
|
|||||||
file" -- ${cur}) )
|
file" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
--audio)
|
--audio)
|
||||||
COMPREPLY+=( $(compgen -W "none null oss alsa" \
|
COMPREPLY+=( $(compgen -W "none null oss alsa pulse" \
|
||||||
-- ${cur}) )
|
-- ${cur}) )
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user