From 1f8a78747aebf9c597f2bd93db5fc4c074286d38 Mon Sep 17 00:00:00 2001 From: Boaz Shuster Date: Wed, 20 May 2020 16:23:26 +0300 Subject: Add --format to pod inspect Signed-off-by: Boaz Shuster --- completions/bash/podman | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 8f02a4b36..a58becaf0 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -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 -- cgit v1.2.3-54-g00ecf