mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
feat: support goctl --module to set go module (#5135)
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
"home": "{{.global.home}}",
|
||||
"remote": "{{.global.remote}}",
|
||||
"branch": "{{.global.branch}}",
|
||||
"module": "Custom module name for go.mod (default: directory name)",
|
||||
"style": "{{.global.style}}"
|
||||
},
|
||||
"validate": {
|
||||
@@ -238,6 +239,7 @@
|
||||
"home": "{{.global.home}}",
|
||||
"remote": "{{.global.remote}}",
|
||||
"branch": "{{.global.branch}}",
|
||||
"module": "Custom module name for go.mod (default: directory name)",
|
||||
"verbose": "Enable log output",
|
||||
"client": "Whether to generate rpc client"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user