feat: new event

This commit is contained in:
Rogee
2025-01-15 19:30:01 +08:00
parent b5d6593fa4
commit 57f8e95d50
7 changed files with 185 additions and 60 deletions

View File

@@ -16,6 +16,7 @@ func CommandInit(root *cobra.Command) {
CommandNewProject,
CommandNewModule,
CommandNewProvider,
CommandNewEvent,
}
for _, c := range cmds {