From 3423c5a8c9fe4853880959a67073c697402648eb Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 17 Mar 2019 08:40:22 -0500 Subject: Add watch mode to podman ps allows users to "watch" the output of podman ps on a set interval in seconds. in watch mode, the screen is cleared between intervals as well. podman -ps -w1 watches on 1 second intervals Signed-off-by: baude --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 798d49ceb..a3f381962 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2205,6 +2205,7 @@ _podman_ps() { --format --last -n --sort + --watch -w " local boolean_options=" --all -a -- cgit v1.2.3-54-g00ecf