summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 2bf1e9c..512f92c 100644
--- a/main.go
+++ b/main.go
@@ -54,6 +54,11 @@ func main() {
okExit("")
}
+ if len(argv.Map) != 0 {
+ log.Info("need to map here", argv.Map)
+ okExit("")
+ }
+
if argv.Delete != "" {
me.forge.DeleteByGoPath(argv.Delete)
me.forge.SetConfigSave(true)