We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea9a69 commit 7c0e645Copy full SHA for 7c0e645
layout/cmd/cli/config/cmd/proto.go
@@ -14,7 +14,7 @@ var protoCmd = &cobra.Command{
14
Use: "proto",
15
Short: "Generate config proto file",
16
Long: `Generate proto definition file.`,
17
- Run: runConfig,
+ Run: runProto,
18
}
19
20
func init() {
0 commit comments