Fix create aliases

This commit is contained in:
Oliver Davies 2025-09-26 12:24:08 +01:00
parent a344f7a913
commit 06167c4b67

View file

@ -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: