mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Changed option '--no-profile' to '--profile' in gustecontrol run command
This commit is contained in:
@@ -1007,7 +1007,7 @@ _VBoxManage() {
|
|||||||
case "${subcommand}" in
|
case "${subcommand}" in
|
||||||
run)
|
run)
|
||||||
items=(--exe --timeout --unquoted-args
|
items=(--exe --timeout --unquoted-args
|
||||||
--ignore-operhaned-processes --no-profile
|
--ignore-operhaned-processes --profile
|
||||||
--dos2unix --unix2dos --username --domain --)
|
--dos2unix --unix2dos --username --domain --)
|
||||||
|
|
||||||
[[ " ${comp_words[@]} " != *" --password "* ||
|
[[ " ${comp_words[@]} " != *" --password "* ||
|
||||||
@@ -1035,7 +1035,7 @@ _VBoxManage() {
|
|||||||
|
|
||||||
start)
|
start)
|
||||||
items=(--exe --timeout --unquoted-args
|
items=(--exe --timeout --unquoted-args
|
||||||
--ignore-operhaned-processes --no-profile
|
--ignore-operhaned-processes --profile
|
||||||
--username --domain --passwordfile --password --)
|
--username --domain --passwordfile --password --)
|
||||||
|
|
||||||
[[ " ${comp_words[@]} " != *" --password "* ||
|
[[ " ${comp_words[@]} " != *" --password "* ||
|
||||||
|
|||||||
Reference in New Issue
Block a user