|
|
@ -13,7 +13,6 @@ var CmdProto = &cobra.Command{ |
|
|
|
Use: "proto", |
|
|
|
Use: "proto", |
|
|
|
Short: "Generate the proto files", |
|
|
|
Short: "Generate the proto files", |
|
|
|
Long: "Generate the proto files.", |
|
|
|
Long: "Generate the proto files.", |
|
|
|
Run: run, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func init() { |
|
|
|
func init() { |
|
|
@ -21,6 +20,3 @@ func init() { |
|
|
|
CmdProto.AddCommand(client.CmdClient) |
|
|
|
CmdProto.AddCommand(client.CmdClient) |
|
|
|
CmdProto.AddCommand(server.CmdServer) |
|
|
|
CmdProto.AddCommand(server.CmdServer) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func run(cmd *cobra.Command, args []string) { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|