mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 05:19:21 +00:00
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:
@@ -63,6 +63,8 @@ _kata_subcmd_needs_existing_container()
|
||||
for cmd in \
|
||||
'kata-check' \
|
||||
'kata-env' \
|
||||
'check' \
|
||||
'env' \
|
||||
'create' \
|
||||
'help' \
|
||||
'list' \
|
||||
|
Reference in New Issue
Block a user