optimize: api generating for idea plugin (#68)
* add flag: force to generate api * add flag: force to generate api * format api template * Revert "format api template"
This commit is contained in:
@@ -96,6 +96,10 @@ var (
|
||||
Name: "api",
|
||||
Usage: "the api file",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "force",
|
||||
Usage: "force override the exist files",
|
||||
},
|
||||
},
|
||||
Action: gogen.GoCommand,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user