fix completions

This commit is contained in:
Rudra Saraswat 2023-01-19 17:58:04 +05:30
parent 51a135b43e
commit a8e78d935c

View file

@ -11,7 +11,7 @@ _completions() {
'--container-name=' '--distro=' '--noconfirm' '--version')
fi
COMPREPLY=($(compgen -W "${SUGGESTIONS[*]}" "${COMP_WORDS[$COMP_CWORD]}"))
COMPREPLY=($(compgen -W "${SUGGESTIONS[*]}" -- "${COMP_WORDS[$COMP_CWORD]}"))
}
complete -F _completions -- blend