Fix create aliases
This commit is contained in:
parent
a344f7a913
commit
06167c4b67
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue