add goctl rpc template home flag (#871)

Co-authored-by: suzhenpeng <suzhenpeng@ecoplants.tech>
This commit is contained in:
neosu
2021-08-04 15:54:43 +08:00
committed by GitHub
parent 6793f7a1de
commit 00061c2e5b
2 changed files with 10 additions and 0 deletions

View File

@@ -367,6 +367,10 @@ var (
Name: "out, o",
Usage: "the target path of proto",
},
cli.StringFlag{
Name: "home",
Usage: "the goctl home path of the template",
},
},
Action: rpc.RPCTemplate,
},