diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 9 |
1 files changed, 9 insertions, 0 deletions
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 |