Skip to content

Commit 0ea9a69

Browse files
committed
feat: 修改命令名称为proto以生成配置Proto文件
1 parent caf1129 commit 0ea9a69

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
@@ -11,7 +11,7 @@ import (
1111

1212
// protoCmd represents the config command
1313
var protoCmd = &cobra.Command{
14-
Use: "gen",
14+
Use: "proto",
1515
Short: "Generate config proto file",
1616
Long: `Generate proto definition file.`,
1717
Run: runConfig,

0 commit comments

Comments
 (0)