From d1f2f9dc23e67031a0f33179de49fabe4749eb20 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2019 11:48:24 +0100 Subject: Readding 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 0013394..710e660 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -98,6 +98,12 @@ _container() esac ;; + key) + opts="-a --add -l --list -r --remove" + COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) + return 0 + ;; + list|ls) case "${prev}" in -h|--host) -- cgit v1.2.3