summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:13 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:13 +0000
commitfad661b87d2520c434ed61706296047a0faf0f02 (patch)
tree6ca462a7cd354fcfa29bbfbcbbd97dc3fbc2a820 /share/bash-completion/container
parentUpdating progress-linux archive-key filenames. (diff)
downloadcompute-tools-fad661b87d2520c434ed61706296047a0faf0f02.tar.xz
compute-tools-fad661b87d2520c434ed61706296047a0faf0f02.zip
Removing container enter command for LTS version.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion/container')
-rw-r--r--share/bash-completion/container20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index f6434f8..a283d5f 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -82,26 +82,6 @@ _container()
esac
;;
- enter)
- case "${cur}" in
- -*)
- opts="-n --name"
- COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
- return 0
- ;;
-
- *)
- case "${prev}" in
- -n|--name)
- opts=$(container list -s -f short)
- COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
- return 0
- ;;
- esac
- ;;
- esac
- ;;
-
limit)
case "${cur}" in
-*)