make space for appc img inspect :)

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-02-07 18:07:01 +01:00
parent 3de433ea4a
commit 1d452edce6
6 changed files with 350 additions and 317 deletions

View File

@@ -52,6 +52,11 @@ func main() {
Value: cliconfig.ConfigDir(),
Usage: "Docker's cli config for auth",
},
cli.StringFlag{
Name: "img-type",
Value: "",
Usage: "Either docker or appc",
},
}
app.Before = func(c *cli.Context) error {
if c.GlobalBool("debug") {