summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-27 09:59:25 -0400
committerGitHub <noreply@github.com>2020-05-27 09:59:25 -0400
commit89b4683cc4666f789ebc3d21453ef65e37775642 (patch)
tree52ab1e66783719993efacb5f1e365752fa191fc4 /completions
parent9cb5c87284377507aafae8456ee8f00823954712 (diff)
parent1f8a78747aebf9c597f2bd93db5fc4c074286d38 (diff)
downloadpodman-89b4683cc4666f789ebc3d21453ef65e37775642.tar.gz
podman-89b4683cc4666f789ebc3d21453ef65e37775642.tar.bz2
podman-89b4683cc4666f789ebc3d21453ef65e37775642.zip
Merge pull request #6372 from boaz0/gh_6283
Add --format to pod inspect
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman13
1 files changed, 13 insertions, 0 deletions
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