summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-10 16:35:58 -0600
committerJeff Carr <[email protected]>2024-02-10 16:35:58 -0600
commit44e6fc669ed317173303affe13117aa16b09cd68 (patch)
treea8aeaa34e7cc35a6dbd0a58e9c6e623c60cb57ed /main.go
parentd590533ad55395991f66dd13d53215ebec3c68e7 (diff)
add command line options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
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()