feat: add new job cmd

This commit is contained in:
Rogee
2025-01-16 09:21:33 +08:00
parent 57f8e95d50
commit 2e8366e7bf
4 changed files with 133 additions and 0 deletions

View File

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