feat: new provider command

This commit is contained in:
Rogee
2024-12-23 18:03:40 +08:00
parent 9b77268502
commit 2f2feb35c2
6 changed files with 127 additions and 0 deletions

View File

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