gogf / gf-cli

GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
https://goframe.org
MIT License
255 stars 106 forks source link

gf gen dao --importPrefix 参数无法解析 #120

Open sqmt opened 3 years ago

sqmt commented 3 years ago

想要修改自动生成代码里的 import 路径为自定义路径,看 gf -h 是支持此配置实际使用时发现无效 -/--importPrefix custom import prefix for generated go files.

看代码是未进行解析 importPrefix参数 image

gf gen dao -t system_settings -path ./core/app/system -importPrefix github.com/sqmt/server-core/app/system