summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()