mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Command extapck will be available on topmost completion again.
This commit is contained in:
@@ -452,9 +452,9 @@ _VBoxManage() {
|
|||||||
sort | \
|
sort | \
|
||||||
uniq)
|
uniq)
|
||||||
|
|
||||||
# add debugvm and mediumio commands manually, since it's described
|
# Add some commands manually, since they are listed differently in
|
||||||
# differently in vboxmanage help
|
# vboxmanage help.
|
||||||
opts="${opts} mediumio debugvm unattended"
|
opts="${opts} mediumio debugvm unattended extpack"
|
||||||
|
|
||||||
if [[ ${cur} == "-q" || ${COMP_CWORD} -eq 1 ]] ; then
|
if [[ ${cur} == "-q" || ${COMP_CWORD} -eq 1 ]] ; then
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||||
|
|||||||
Reference in New Issue
Block a user