diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |
