mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Add --format to pod inspect
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user