diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 11:06:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 12:13:00 +0000 |
commit | 456efbfa13fb43f8394291aa18e878d8d3acbda1 (patch) | |
tree | a3f360ec78170513659113f58cdebccdf5bd96b5 /share/bash-completion | |
parent | Removing half-finished multi-address handling in container list command. (diff) | |
download | compute-tools-456efbfa13fb43f8394291aa18e878d8d3acbda1.tar.xz compute-tools-456efbfa13fb43f8394291aa18e878d8d3acbda1.zip |
Adding CSV export format to container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index 9dcdbc3..13bcdf3 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -139,7 +139,7 @@ _container() ;; -f|--format) - opts="cli shell" + opts="cli csv shell" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; |