diff options
author | baude <bbaude@redhat.com> | 2017-11-24 09:21:09 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-27 16:46:06 +0000 |
commit | dd88ce005f244c761e209347c63d4e65c9df9e26 (patch) | |
tree | 5c64da3091f8dfccb29a2984f040fbb5daef3fe9 /completions/bash | |
parent | 61e0ab4f47b63039152a5576a2f9a1741d45b654 (diff) | |
download | podman-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/bash')
-rw-r--r-- | completions/bash/kpod | 2 |
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 " |