mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

Just like all the other inspect commands that accept multiple args we should just make podman pod inspect output a json array. This makes the code more consistent and removes the extra workaround which was needed before to support this. Signed-off-by: Paul Holzinger <pholzing@redhat.com>