summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 00:33:17 -0600
committerJeff Carr <[email protected]>2024-12-03 00:33:17 -0600
commit659bed891bc1aff56bc87e2de663fb63d2b1b81a (patch)
treeef294fe40fb329edb4737148167da77f5d0663a8 /main.go
parent10193b77f2e25cffaf37b7d3d287506a210d29ed (diff)
start making this tool useful
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index e109bd1..e7dc710 100644
--- a/main.go
+++ b/main.go
@@ -28,6 +28,8 @@ func main() {
// processes any --list like options
// may exit
list()
+ scan()
+ os.Exit(0)
if argv.RedoGoMod {
repos := me.forge.Repos.SortByGoPath()