fix completions
This commit is contained in:
parent
51a135b43e
commit
a8e78d935c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue