Compare commits
1 Commits
ec87f02976
...
v1.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
| b9948c3a41 |
@@ -27,7 +27,7 @@ func ImplementServices(mainPkgDir string, reimplement bool) {
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
projectPath := flag.String("p", ".", "project path")
|
||||
reimplement := flag.Bool("f", false, "pass -f to allow tool to overwrite exist functions and service structure")
|
||||
reimplement := flag.Bool("f", false, "pass -f to allow tool to overwrite existing functions and service structure")
|
||||
flag.Parse()
|
||||
ImplementServices(*projectPath, *reimplement)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user