bump up to 1.0.3

This commit is contained in:
Rudra Bali 2023-01-19 14:31:12 +05:30
parent e2eee152ac
commit 6eff7a1c09
13 changed files with 139 additions and 29 deletions

View file

@ -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