cmd/dist: better organization and aliases for image command
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
		
							
								
								
									
										9
									
								
								cmd/dist/main.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								cmd/dist/main.go
									
									
									
									
										vendored
									
									
								
							@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user