Add --format to pod inspect

Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
This commit is contained in:
Boaz Shuster
2020-05-20 16:23:26 +03:00
parent 1077d2d0b7
commit 1f8a78747a
5 changed files with 75 additions and 16 deletions

View File

@@ -3345,6 +3345,18 @@ _podman_pod_unpause() {
esac
}
_podman_pod_inspect() {
local options_with_args="
--format
-f
--latest
-l
"
_complete_ "$options_with_args"
}
_podman_pod() {
local boolean_options="
--help
@@ -3362,6 +3374,7 @@ _podman_pod() {
stop
top
unpause
inspect
"
local aliases="
list