[BIND]='--bind --bind-ro'
[SSH_KEY]='--ssh-key'
[CONSOLE]='--console'
- [ARG]='--cpus --ram --vsock-cid -M --machine --uuid--private-users --background --set-credential --load-credential'
+ [ARG]='--cpus --ram --vsock-cid -M --machine --uuid --private-users --background --set-credential --load-credential'
)
_init_completion || return
comps='dsa ecdsa ecdsa-sk ed25519 ed25519-sk rsa'
elif __contains_word "$prev" ${OPTS[CONSOLE]}; then
comps='interactive native gui'
+ elif __contains_word "$prev" ${OPTS[IMAGE_FORMAT]}; then
+ comps='raw qcow2'
elif __contains_word "$prev" ${OPTS[ARG]}; then
comps=''
else