From dd88ce005f244c761e209347c63d4e65c9df9e26 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 24 Nov 2017 09:21:09 -0600 Subject: kpod_rm: Add option for --all Remove all containers with -a, --all. Enable kpod rm tests which were all set to skip. Add two tests for -a Signed-off-by: baude Closes: #74 Approved by: rhatdan --- completions/bash/kpod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/kpod b/completions/bash/kpod index 8b7e121d8..0fb413fe8 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1213,6 +1213,8 @@ _kpod_run() { _kpod_rm() { local boolean_options=" + --all + -a --force -f " -- cgit v1.2.3-54-g00ecf