From 7b2b2bc631718cd2e6640f66551f8f41e8bf99d3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 4 Jun 2018 17:46:54 -0400 Subject: 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 Closes: #896 Approved by: mheon --- completions/bash/podman | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'completions/bash') 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 -- cgit v1.2.3-54-g00ecf