From 0eaa9d0408d07b1c8c5214775ebb942dc210002b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 14:34:16 -0500 Subject: put the generate list in resources file --- main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 4c597cb..42e3a81 100644 --- a/main.go +++ b/main.go @@ -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 -- cgit v1.2.3