diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 13:32:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 07:47:18 +0000 |
commit | be0087dd740a849c793d5053675e3984496cdaf4 (patch) | |
tree | 4b88dcfaa3277a825bc65d426f734a35beeff692 /share | |
parent | Removing support for Debian 8 (jessie) in debconf container create script. (diff) | |
download | compute-tools-be0087dd740a849c793d5053675e3984496cdaf4.tar.xz compute-tools-be0087dd740a849c793d5053675e3984496cdaf4.zip |
Adding shortcuts for container commands to bash-completion as well.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index f6434f8..4bff91c 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -122,7 +122,7 @@ _container() esac ;; - list) + list|ls) case "${cur}" in -*) opts="-a --all -f --format -h --host -o --other -s --started -t --stopped" @@ -148,7 +148,7 @@ _container() esac ;; - remove) + remove|rm) case "${cur}" in -*) opts="-n --name -f --force" |