diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:05:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:05:15 +0000 |
commit | 6c64a5a8b1b9711666f4640f1cfc00fe41e9c820 (patch) | |
tree | 63cf2d9d11484cd256f2646a31b7314f399b75d2 /share/bash-completion | |
parent | Adding support for using mmdebstrap in container debootstrap create script. (diff) | |
download | compute-tools-6c64a5a8b1b9711666f4640f1cfc00fe41e9c820.tar.xz compute-tools-6c64a5a8b1b9711666f4640f1cfc00fe41e9c820.zip |
Removing key command until its completly tested.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 6 |
1 files changed, 0 insertions, 6 deletions
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) |