diff --git a/cmd/gen.go b/cmd/gen.go index 336f494..7846db0 100644 --- a/cmd/gen.go +++ b/cmd/gen.go @@ -4,8 +4,9 @@ import "github.com/spf13/cobra" func newGenCmd() *cobra.Command { cmd := &cobra.Command{ - Use: "gen", - Short: "Generate stuff", + Use: "gen", + Aliases: []string{"generate"}, + Short: "Generate stuff", } cmd.AddCommand(newGenProjectIDCommand())