release 1.0.1
This commit is contained in:
parent
bdd929e487
commit
e2eee152ac
4 changed files with 86 additions and 2 deletions
|
@ -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]}"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue