bump up to 1.0.3
This commit is contained in:
parent
e2eee152ac
commit
6eff7a1c09
13 changed files with 139 additions and 29 deletions
|
@ -7,10 +7,11 @@ _completions() {
|
|||
|
||||
if [[ "$COMP_CWORD" == 1 ]]; then
|
||||
SUGGESTIONS=('install' 'remove' 'update' 'show' 'search' 'enter' 'create-container' 'remove-container' \
|
||||
'install-de' 'list-container' 'start-containers' 'sync' 'help' 'version' )
|
||||
'install-de' 'list-containers' 'start-containers' 'sync' 'help' 'version' 'export' 'unexport',
|
||||
'--container-name=' '--distro=' '--noconfirm' '--version')
|
||||
fi
|
||||
|
||||
COMPREPLY=($(compgen -W "${SUGGESTIONS[*]}" "${COMP_WORDS[$COMP_CWORD]}"))
|
||||
}
|
||||
|
||||
complete -F _completions -- blend
|
||||
complete -F _completions -- blend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue