Merge pull request #653 from baude/images_json
cmd/kpod/images.go: Add JSON output option
This commit is contained in:
commit
4311020c36
6 changed files with 155 additions and 60 deletions
|
@ -14,7 +14,6 @@ _kpod_history() {
|
|||
--human -H
|
||||
--no-trunc
|
||||
--quiet -q
|
||||
--json
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
|
||||
|
@ -38,11 +37,11 @@ _kpod_images() {
|
|||
-n
|
||||
--no-trunc
|
||||
--digests
|
||||
--format
|
||||
--filter
|
||||
-f
|
||||
"
|
||||
local options_with_args="
|
||||
--format
|
||||
"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue