summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 05:32:19 -0500
committerJeff Carr <[email protected]>2025-09-13 05:32:19 -0500
commitf4d60d1fb952697c9de93534572d0aa108aa6506 (patch)
treeedd85f8b5448f0789258cea58fcc1681bb051c4a /main.go
parent72d728d4e7104274067bde712373504dd47c1780 (diff)
work on a new repo Scan() function
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6c02138..4a9619c 100644
--- a/main.go
+++ b/main.go
@@ -59,8 +59,15 @@ func main() {
me.pp = arg.MustParse(&argv)
me.forge = forgepb.Init()
+
+ if argv.Force {
+ me.forge.TestScan()
+ doNormal()
+ okExit("")
+ }
+
// me.forge.RillRepos(reloadCheck)
- me.forge.ScanGoSrc()
+ // me.forge.ScanGoSrc()
// initialize patches
doPatchInit()