Search repository tags using --list-tags

For fix of BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1684263
Add --list-tags to podman search to return a table the repository tags.

Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
Qi Wang
2020-09-29 16:40:10 -04:00
parent 7348836958
commit 66798e993a
10 changed files with 118 additions and 2 deletions

View File

@ -2024,6 +2024,7 @@ _podman_search() {
--help
-h
--no-trunc
--list-tags
"
_complete_ "$options_with_args" "$boolean_options"
}