mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
fix: remove the output of the proto command
This commit is contained in:
parent
3905182e98
commit
2ad7ffdd7e
@ -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…
x
Reference in New Issue
Block a user