From e773a75bae696e70fc54cb70e42df5513b5fc286 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2019 10:05:28 +0100 Subject: Removing limit command until its completly tested. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'share/bash-completion/container') diff --git a/share/bash-completion/container b/share/bash-completion/container index 65c3950..4bc386a 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -98,22 +98,6 @@ _container() esac ;; - limit) - case "${prev}" in - -n|--name) - opts="$(container list -a -f shell)" - COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) - return 0 - ;; - - *) - opts="-n --name --blockio-device-weight --blockio-read-bandwidth -b --blockio-weight --blockio-write-bandwidth -c --cpu-quota --cpu-shares -m --memory-limit -t --tasks-max" - COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) - return 0 - ;; - esac - ;; - list|ls) case "${prev}" in -h|--host) -- cgit v1.2.3