summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2017-11-24 09:21:09 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-27 16:46:06 +0000
commitdd88ce005f244c761e209347c63d4e65c9df9e26 (patch)
tree5c64da3091f8dfccb29a2984f040fbb5daef3fe9 /completions
parent61e0ab4f47b63039152a5576a2f9a1741d45b654 (diff)
downloadpodman-dd88ce005f244c761e209347c63d4e65c9df9e26.tar.gz
podman-dd88ce005f244c761e209347c63d4e65c9df9e26.tar.bz2
podman-dd88ce005f244c761e209347c63d4e65c9df9e26.zip
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 <bbaude@redhat.com> Closes: #74 Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/kpod2
1 files changed, 2 insertions, 0 deletions
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
"