cli: Support new subcommand forms in bash completion

Support new `check` and `env` subcommands in bash completion.

Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
This commit is contained in:
Daniel Knittl-Frank 2020-10-24 12:31:22 +02:00
parent c5d355e1ff
commit 4d9ab0cd21

View File

@ -63,6 +63,8 @@ _kata_subcmd_needs_existing_container()
for cmd in \
'kata-check' \
'kata-env' \
'check' \
'env' \
'create' \
'help' \
'list' \