diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 11:40:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 12:13:00 +0000 |
commit | 0630f78d6b737b38828e3a4245abc69076caffcf (patch) | |
tree | 3f0d2401178d2803f2eef26d1a9ae4f959da51c1 /share/bash-completion/container | |
parent | Adding nwdiag export format to container list command. (diff) | |
download | compute-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 '')
-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 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 ;; |