diff options
Diffstat (limited to 'share/bash-completion')
-rw-r--r-- | share/bash-completion/container | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index 535599a..ffa042d 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -97,6 +97,12 @@ _container() esac ;; + key) + opts="-a --add -l --list -r --remove" + COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) + return 0 + ;; + limit) case "${prev}" in -n|--name) |