Skip to content

Commit

Permalink
Add 'generate' alias
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Dec 27, 2023
1 parent 6677127 commit b87c2e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit b87c2e6

Please sign in to comment.