Added missing completions for cloud related commands.

Also, removed trailing spaces.
This commit is contained in:
2023-11-02 18:11:39 +01:00
parent 3bb795a1e3
commit ab6d9f7cd9

View File

@@ -693,6 +693,13 @@ _VBoxManage() {
COMPREPLY=( $(compgen -W "setup create" -- ${cur}) )
fi
;;
reset)
COMPREPLY=( $(compgen -W "--id" -- ${cur}) )
;;
vnicattachments)
COMPREPLY=( $(compgen -W "--compartment-id --filter"
-- ${cur}) )
;;
esac
if [[ " ${COMP_WORDS[*]} " == *" list images"* ||
" ${COMP_WORDS[*]} " == *" list instances"* ]]; then