diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-09-13 08:36:49 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-13 13:27:09 +0000 |
commit | 61eda671eca96b6fa32369572d9b49850895d37b (patch) | |
tree | 98d3f4f21bca8fd6368e09852c142bf8116be682 /completions/bash/podman | |
parent | facab2aec561c6d06ae2789dfaffa28b7f273c88 (diff) | |
download | podman-61eda671eca96b6fa32369572d9b49850895d37b.tar.gz podman-61eda671eca96b6fa32369572d9b49850895d37b.tar.bz2 podman-61eda671eca96b6fa32369572d9b49850895d37b.zip |
Add `podman rm --volumes` flag
While this is not implemented yet, it is needed for working with existing
docker scripts.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1460
Approved by: mheon
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 91c08a78c..d9af43d37 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1744,6 +1744,8 @@ _podman_rm() { -f --latest -l + --volumes + -v " local options_with_args=" |