add system-update

This commit is contained in:
Rudra Saraswat 2023-01-19 23:37:31 +05:30
parent a8e78d935c
commit e509574472
2 changed files with 9 additions and 1 deletions

View file

@ -7,7 +7,7 @@ _completions() {
if [[ "$COMP_CWORD" == 1 ]]; then
SUGGESTIONS=('install' 'remove' 'update' 'show' 'search' 'enter' 'create-container' 'remove-container' \
'install-de' 'list-containers' 'start-containers' 'sync' 'help' 'version' 'export' 'unexport',
'install-de' 'list-containers' 'start-containers' 'sync' 'help' 'version' 'export' 'unexport' 'system-update' \
'--container-name=' '--distro=' '--noconfirm' '--version')
fi