This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
CLI help should list available differ types #293
Closed
Description
Expected behavior
Having installed the tool, I tried to use its --help
to see how to use it. By default it only showed Size difference so I figured I need --type
. But what values can I use there?
Ideally container-diff diff --help
and container-diff help diff
would list available differ/analyzer types.
Or point to another command that would list them (eg. container-diff help analyzers
or container-diff diff --type help
or whatever).
Actual behavior
$ container-diff help diff
Compares two images using the specifed analyzers as indicated via flags (see documentation for available ones).
...
-t, --type Diff Types This flag sets the list of analyzer types to use. Set it repeatedly to use multiple analyzers.
Information
- container-diff version:
go get
from current master, v0.14.0-23-g 5b5e627
BTW, you don't have a--version
flag, making this question hard to answer :) - Operating system: linux, fedora 29
Metadata
Metadata
Assignees
Labels
No labels