Merge pull request #2206 from stevvooe/images-alias
cmd/ctr/images: add `i` alias for images command
This commit is contained in:
commit
6b0109942f
@ -36,7 +36,7 @@ import (
|
|||||||
// Command is the cli command for managing images
|
// Command is the cli command for managing images
|
||||||
var Command = cli.Command{
|
var Command = cli.Command{
|
||||||
Name: "images",
|
Name: "images",
|
||||||
Aliases: []string{"image"},
|
Aliases: []string{"image", "i"},
|
||||||
Usage: "manage images",
|
Usage: "manage images",
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
checkCommand,
|
checkCommand,
|
||||||
|
Loading…
Reference in New Issue
Block a user