diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-04 17:46:54 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-05 21:46:57 +0000 |
commit | 7b2b2bc631718cd2e6640f66551f8f41e8bf99d3 (patch) | |
tree | cb8bfa05a8ec99ed19ca8d9c10abe1bd4fbaeb5c /completions | |
parent | 93c1722caab372f873765041d2bd2b710de3c5c4 (diff) | |
download | podman-7b2b2bc631718cd2e6640f66551f8f41e8bf99d3.tar.gz podman-7b2b2bc631718cd2e6640f66551f8f41e8bf99d3.tar.bz2 podman-7b2b2bc631718cd2e6640f66551f8f41e8bf99d3.zip |
Add --all flag even though it is a noop so scripts will work
Until podman build supports caching, their are no intermediary builds,
but people might still use scripts that use the --all option.
Adding this will not hurt anything and could fix scripts.
Also fixed sorting issues in options handling of images
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #896
Approved by: mheon
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9a68e3ef5..12e4bb523 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -888,16 +888,20 @@ _podman_info() { _podman_images() { local boolean_options=" - --help - -h - --quiet - -q - --noheading - -n - --no-trunc + -a + --all + --digests --digests - --filter -f + --filter + -h + --help + --no-trunc + --notruncate + -n + --noheading + -q + --quiet " local options_with_args=" --format |