add whether to generate rpc client option (#3361)

Co-authored-by: admin <admin@admindeMacBook-Pro.local>
This commit is contained in:
Mikael
2023-06-17 20:52:49 +08:00
committed by GitHub
parent b176d5d434
commit f5f5261556
7 changed files with 25 additions and 16 deletions

View File

@@ -226,7 +226,8 @@
"home": "{{.global.home}}",
"remote": "{{.global.remote}}",
"branch": "{{.global.branch}}",
"verbose": "Enable log output"
"verbose": "Enable log output",
"client": "Whether to generate rpc client"
},
"template": {
"short": "Generate proto template",
@@ -243,7 +244,8 @@
"home": "{{.global.home}}",
"remote": "{{.global.remote}}",
"branch": "{{.global.branch}}",
"verbose": "Enable log output"
"verbose": "Enable log output",
"client": "Whether to generate rpc client"
}
},
"template": {