From 44e6fc669ed317173303affe13117aa16b09cd68 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 10 Feb 2024 16:35:58 -0600 Subject: add command line options Signed-off-by: Jeff Carr --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 753013d..7016d47 100644 --- a/main.go +++ b/main.go @@ -30,6 +30,9 @@ func main() { autotypistWindow() repolistWindow() + // process everything on the command line + handleCmdLine() + for _, repo := range me.allrepos { repo.status.Update() repo.newScan() -- cgit v1.2.3