Skip to content

Commit

Permalink
feat(cli): Add alias rm to envd image remove (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasnoisaac committed Nov 2, 2022
1 parent 3233cd6 commit 5053054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/image_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

var CommandRemoveImage = &cli.Command{
Name: "remove",
Aliases: []string{"r"},
Aliases: []string{"r", "rm"},
Usage: "Remove an envd image",
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit 5053054

Please sign in to comment.