Commit 34c3b138 by 孙龙

up

parent 16a7d991
Showing with 16 additions and 11 deletions
......@@ -4,17 +4,22 @@
go run main.go --help
GLOBAL OPTIONS:
-f value 接收的文件 目前暂未使用
* -o value 项目生成的目录 output dir eg : ./ ./output
* -p value 项目包名 go mod init xxx
* -m value 模块名称 model name eg : crm_sendmsg order_sync
* -c 客户端
* -s 服务端
--pre value prefix of package
-i value import proto file, Specify the proto file in which for proto file imports.May be specified multiple times
--proto_path value Specify the directory in which to search for imports. May be specified multiple times
--help, -h show help
--version, -v print the version
-o value 项目生成的目录 output dir eg : ./ ./output
-p value 项目包名 go mod init xxx
-m value 模块名称 model name eg : crm_sendmsg order_sync
-c 客户端
-s 服务端
-f value 接收的文件 目前暂未使用
--pre value prefix of package
--help, -h show help
--version, -v print the version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment