We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf1129 commit 0ea9a69Copy full SHA for 0ea9a69
layout/cmd/cli/config/cmd/proto.go
@@ -11,7 +11,7 @@ import (
11
12
// protoCmd represents the config command
13
var protoCmd = &cobra.Command{
14
- Use: "gen",
+ Use: "proto",
15
Short: "Generate config proto file",
16
Long: `Generate proto definition file.`,
17
Run: runConfig,
0 commit comments