summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.go b/main.go
index 2a5bb0f..92704e0 100644
--- a/main.go
+++ b/main.go
@@ -42,6 +42,12 @@ func main() {
configSave = false
}
+ if argv.Delete != "" {
+ me.forge.DeleteByGoPath(argv.Delete)
+ me.forge.SetConfigSave(true)
+ okExit("")
+ }
+
/*
// var count int
all := me.forge.Repos.SortByFullPath()