release 1.0.1

This commit is contained in:
Rudra Bali 2023-01-18 23:17:47 +05:30
parent bdd929e487
commit e2eee152ac
4 changed files with 86 additions and 2 deletions

View file

@ -7,7 +7,7 @@ _completions() {
if [[ "$COMP_CWORD" == 1 ]]; then
SUGGESTIONS=('install' 'remove' 'update' 'show' 'search' 'enter' 'create-container' 'remove-container' \
'list-container' 'start-containers' 'sync' 'help' 'version' )
'install-de' 'list-container' 'start-containers' 'sync' 'help' 'version' )
fi
COMPREPLY=($(compgen -W "${SUGGESTIONS[*]}" "${COMP_WORDS[$COMP_CWORD]}"))