diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -142,6 +142,10 @@ func main() { s, err = doPatch() } + if argv.Generate != nil { + s, err = doGenerate() + } + if argv.Whatchanged != nil { // this might be deprecated by the git devs // I put it here because of finger memory and it's nice |
