summaryrefslogtreecommitdiff
path: root/debugger.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 06:59:56 -0600
committerJeff Carr <[email protected]>2024-12-02 06:59:56 -0600
commit3895519f25a603b6b75b54c0d9ad57b7128045ac (patch)
tree0a0477f48af81bc54f804407b2925589e3303c1e /debugger.go
parent8afc4c713576b3509e15942dfd3dae5e8b8b8906 (diff)
start developing this for real
Diffstat (limited to 'debugger.go')
-rw-r--r--debugger.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/debugger.go b/debugger.go
index b59917c..b2fa5dc 100644
--- a/debugger.go
+++ b/debugger.go
@@ -7,19 +7,12 @@ package main
*/
import (
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/debugger"
"go.wit.com/lib/gui/logsettings"
"go.wit.com/log"
)
-var args struct {
- OnlyMe bool `arg:"--only-me" help:"only scan repos from ~/.config/submitpatchsets`
-}
-
func init() {
- arg.MustParse(&args)
-
if debugger.ArgDebug() {
log.Info("cmd line --debugger == true")
go func() {