diff --git a/cmd/create.go b/cmd/create.go index c11824a..e5c2fcc 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -10,7 +10,7 @@ import ( var createCmd = &cobra.Command{ Use: "create", - Aliases: []string{"e"}, + Aliases: []string{"c", "n", "new"}, Short: "A brief description of your command", Long: `A longer description that spans multiple lines and likely contains examples and usage of using your command. For example: