1. group support multi level folder 2. remove force flag (#203)
* add comment support * add comment support * 1. group support multi level folder 2. remove force flag * bug fix Co-authored-by: kim <xutao@xiaoheiban.cn>
This commit is contained in:
@@ -58,6 +58,6 @@ func NewService(c *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = gogen.DoGenProject(apiFilePath, abs, true)
|
||||
err = gogen.DoGenProject(apiFilePath, abs)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user