cmd/dist: better organization and aliases for image command

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-06-05 13:41:04 -07:00
parent f105db9626
commit f8fe5605dd
2 changed files with 16 additions and 14 deletions

9
cmd/dist/main.go vendored
View File

@@ -93,15 +93,6 @@ distribution tool
}
}
var imageCommand = cli.Command{
Name: "image",
Usage: "image management",
Subcommands: cli.Commands{
imagesListCommand,
rmiCommand,
},
}
var contentCommand = cli.Command{
Name: "content",
Usage: "content management",