From 6c64a5a8b1b9711666f4640f1cfc00fe41e9c820 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2019 10:05:09 +0100 Subject: Removing key command until its completly tested. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 6 ------ 1 file changed, 6 deletions(-) (limited to 'share/bash-completion/container') diff --git a/share/bash-completion/container b/share/bash-completion/container index 150ff71..65c3950 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -98,12 +98,6 @@ _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