From db2a19b9a75555d7747c6e991df96956bdda6038 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 22 Jul 2017 20:14:36 +0200 Subject: Adding container key command. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share/bash-completion/container') 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) -- cgit v1.2.3