mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
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
This commit is contained in:

committed by
Atomic Bot

parent
93c1722caa
commit
7b2b2bc631
@ -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
|
||||
|
Reference in New Issue
Block a user