summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/main.go b/main.go
index 760914a..a92e365 100644
--- a/main.go
+++ b/main.go
@@ -44,6 +44,14 @@ func main() {
okExit("")
}
+ if argv.Clean != nil {
+ log.Printf("forge.Init() %s len()=%d\n", me.forge.Config.Filename, me.forge.Repos.Len())
+ fhelp.DumpENV("finit:")
+ me.forge.Config.DumpENV()
+ doClean()
+ okExit("")
+ }
+
if argv.Merge != nil {
if err := doMerge(); err != nil {
badExit(err)