diff options
| author | Jeff Carr <[email protected]> | 2024-12-23 11:15:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-23 11:15:16 -0600 |
| commit | c5fcb2a6c05293cd6e14b3bd1e91237013508d44 (patch) | |
| tree | c8fee2b5bf4ba790b14edab2638f418936260323 /main.go | |
| parent | b7a6001ba450de82e1aa216410f236f516f50a17 (diff) | |
start work on an apply patchset window
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
