Updated mediumio command

This commit is contained in:
2023-03-13 17:31:02 +01:00
parent 8d90209fcc
commit 507b4aa0bd

View File

@@ -1868,12 +1868,16 @@ _VBoxManage() {
--output" -- ${cur}) )
;;
stream)
COMPREPLY=( $(compgen -W "--forma --variant
COMPREPLY=( $(compgen -W "--format --variant
--output" -- ${cur}) )
;;
--password-file)
COMPREPLY=( $(compgen -f -- ${cur}) )
;;
*)
COMPREPLY=( $(compgen -W "--password-file cat formatfat
stream" -- ${cur}) )
;;
esac
fi
;;