From 24a05e786deebfab5ddd04d32d4a40ad2dc3dcc2 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 21 Jun 2018 15:24:21 -0400 Subject: Add bash completions for podman refresh Signed-off-by: Matthew Heon Closes: #981 Approved by: baude --- completions/bash/podman | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index d836204e0..d4679c570 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -718,6 +718,14 @@ _podman_container_port() { _podman_port } +_podman_container_refresh() { + local options_with_args=" + " + local boolean_options=" + " + _complete_ "$options_with_args" "$boolean_options" +} + _podman_container_restart() { _podman_restart } @@ -781,6 +789,7 @@ _podman_container() { mount pause port + refresh restart rm run -- cgit v1.2.3-54-g00ecf