summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 11:40:50 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 12:13:00 +0000
commit0630f78d6b737b38828e3a4245abc69076caffcf (patch)
tree3f0d2401178d2803f2eef26d1a9ae4f959da51c1 /share/bash-completion/container
parentAdding nwdiag export format to container list command. (diff)
downloadcompute-tools-0630f78d6b737b38828e3a4245abc69076caffcf.tar.xz
compute-tools-0630f78d6b737b38828e3a4245abc69076caffcf.zip
Adding YAML export format to container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion/container')
-rw-r--r--share/bash-completion/container2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index abdd89a..523bc08 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -139,7 +139,7 @@ _container()
;;
-f|--format)
- opts="cli csv json nwdiag shell"
+ opts="cli csv json nwdiag shell yaml"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;