mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 19:40:17 +01:00
Added missing options to version 4.3.32
This commit is contained in:
@@ -901,7 +901,7 @@ _VBoxManage() {
|
|||||||
items=(--image --username --passwordfile --password
|
items=(--image --username --passwordfile --password
|
||||||
--domain --verbose --timeout --environment
|
--domain --verbose --timeout --environment
|
||||||
--wait-exit --wait-stdout --wait-stderr --dos2unix
|
--wait-exit --wait-stdout --wait-stderr --dos2unix
|
||||||
--unix2dos)
|
--unquoted-args --unix2dos)
|
||||||
|
|
||||||
[[ " ${COMP_WORDS[@]} " == *" --password "* ||
|
[[ " ${COMP_WORDS[@]} " == *" --password "* ||
|
||||||
" ${COMP_WORDS[@]} " == *" --passwordfile "* ]] &&
|
" ${COMP_WORDS[@]} " == *" --passwordfile "* ]] &&
|
||||||
@@ -1500,7 +1500,7 @@ _VBoxManage() {
|
|||||||
setproperty)
|
setproperty)
|
||||||
items=(machinefolder hwvirtexclusive vrdeauthlibrary
|
items=(machinefolder hwvirtexclusive vrdeauthlibrary
|
||||||
websrvauthlibrary vrdeextpack autostartdbpath loghistorycount
|
websrvauthlibrary vrdeextpack autostartdbpath loghistorycount
|
||||||
defaultfrontend)
|
defaultfrontend logginglevel)
|
||||||
subcommand=${COMP_WORDS[2]}
|
subcommand=${COMP_WORDS[2]}
|
||||||
if [[ "${prev}" == "${cmd}" ]]; then
|
if [[ "${prev}" == "${cmd}" ]]; then
|
||||||
COMPREPLY=( $(compgen -W "${items[*]}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${items[*]}" -- ${cur}) )
|
||||||
|
|||||||
Reference in New Issue
Block a user