From 06167c4b67bb6146819ff4bb0e4a1ecdde9882bf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 26 Sep 2025 12:24:08 +0100 Subject: [PATCH] Fix create aliases --- cmd/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: