Modify kpod diff --json to --format json

We want all kpod subcommands to use the formats code to output
formats like json.  Altering kpod diff --json to kpod diff --format json
like the kpod images command.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude 2017-08-14 14:32:00 -05:00
parent f82fe5691a
commit 78c6151519
13 changed files with 267 additions and 237 deletions

View file

@ -35,10 +35,10 @@ _kpod_info() {
local boolean_options="
--help
-h
--json
--debug
"
local options_with_args="
--format
"
local all_options="$options_with_args $boolean_options"