summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-23 11:15:16 -0600
committerJeff Carr <[email protected]>2024-12-23 11:15:16 -0600
commitc5fcb2a6c05293cd6e14b3bd1e91237013508d44 (patch)
treec8fee2b5bf4ba790b14edab2638f418936260323 /main.go
parentb7a6001ba450de82e1aa216410f236f516f50a17 (diff)
start work on an apply patchset window
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)