From 1d352604b9a88e59284d9b1d6a46019c31816247 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 14:17:50 -0600 Subject: still invalid repos getting in the repos.pb --- main.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 7650b76..622ddfe 100644 --- a/main.go +++ b/main.go @@ -46,16 +46,24 @@ func main() { doRedoGoMod() done = true } + if argv.DoGitPull { doGitPull() done = true } + if argv.DoList { // print out the repos doCobol() done = true } + if argv.Fix { + // print out the repos + doFix() + done = true + } + // do the gui at the very end if argv.DoGui { doGui() -- cgit v1.2.3