We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5615e commit 33274ceCopy full SHA for 33274ce
1 file changed
README.md
@@ -14,8 +14,15 @@ go install github.com/maolinc/gencode@latest
14
```shell
15
gencode -f="genConfig.json"
16
```
17
--f 指定配置文件路径, 不指定, 则在当前文件下找genConfig.json文件
+-f 指定配置文件路径, 不指定, 则在当前文件下找genConfig.json文件, -t=init重置模板
18
19
+升级
20
+```shell
21
+go clean -i github.com/maolinc/gencode
22
+go install github.com/maolinc/gencode@latest
23
+
24
+重新install后, 执行gencode时需带上-t=init参数才会使用最新的模板
25
+```
26
## [生成展示](#image)
27
28
0 commit comments