feat: remove module command

This commit is contained in:
Rogee
2025-02-13 18:44:23 +08:00
parent e37cc85794
commit e2b09420a0
7 changed files with 159 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ func CommandInit(root *cobra.Command) {
cmds := []func(*cobra.Command){
CommandNewProject,
CommandNewModule,
// deprecate CommandNewModule,
CommandNewProvider,
CommandNewEvent,
CommandNewJob,