mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Updated mediumio command
This commit is contained in:
@@ -1868,12 +1868,16 @@ _VBoxManage() {
|
|||||||
--output" -- ${cur}) )
|
--output" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
stream)
|
stream)
|
||||||
COMPREPLY=( $(compgen -W "--forma --variant
|
COMPREPLY=( $(compgen -W "--format --variant
|
||||||
--output" -- ${cur}) )
|
--output" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
|
--password-file)
|
||||||
|
COMPREPLY=( $(compgen -f -- ${cur}) )
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
COMPREPLY=( $(compgen -W "--password-file cat formatfat
|
COMPREPLY=( $(compgen -W "--password-file cat formatfat
|
||||||
stream" -- ${cur}) )
|
stream" -- ${cur}) )
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user