fix: remove the output of the proto command

pull/2145/head
shifengbin 2 years ago committed by GitHub
parent 3905182e98
commit 2ad7ffdd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      cmd/kratos/internal/proto/proto.go

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

Loading…
Cancel
Save