Skip to content

Commit

Permalink
bug(CLI): fix short alias confusion (#752)
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <sunbingyi1992@gmail.com>
  • Loading branch information
sunby committed Aug 10, 2022
1 parent 7625cd2 commit 382aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
var CommandImage = &cli.Command{
Name: "images",
Category: CategoryBasic,
Aliases: []string{"image", "i"},
Aliases: []string{"image"},
Usage: "Manage envd images",

Subcommands: []*cli.Command{
Expand Down

0 comments on commit 382aa2d

Please sign in to comment.