Skip to content

Commit

Permalink
fix(cmd): cmd aliases sf to c
Browse files Browse the repository at this point in the history
  • Loading branch information
cage1016 committed Sep 2, 2023
1 parent 88edf77 commit b0b6ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var cmdCmd = &cobra.Command{
Use: "cmd",
Short: "create cobra command",
Aliases: []string{"sf"},
Aliases: []string{"c"},
Run: func(cmd *cobra.Command, args []string) {
if err := generator.NewCmdGenerator().Generate(); err != nil {
logrus.Fatal(err)
Expand Down

0 comments on commit b0b6ff5

Please sign in to comment.