Skip to content

Commit 7c0e645

Browse files
committed
feat: 修改proto命令的运行函数为runProto
1 parent 0ea9a69 commit 7c0e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/cmd/cli/config/cmd/proto.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var protoCmd = &cobra.Command{
1414
Use: "proto",
1515
Short: "Generate config proto file",
1616
Long: `Generate proto definition file.`,
17-
Run: runConfig,
17+
Run: runProto,
1818
}
1919

2020
func init() {

0 commit comments

Comments
 (0)