From facdfbc596ccc279755091b3408e83f0db26d536 Mon Sep 17 00:00:00 2001 From: haircommander Date: Fri, 24 Aug 2018 11:43:17 -0400 Subject: add completion for --pod in run and create Signed-off-by: haircommander Closes: #1339 Approved by: mheon --- completions/bash/podman | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 2aa46f5fa..083211fc1 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1644,6 +1644,10 @@ _podman_container_run() { esac return ;; + --pod) + __podman_complete_pod_names + return + ;; --pid) case "$cur" in *:*) -- cgit v1.2.3-54-g00ecf