From 3895519f25a603b6b75b54c0d9ad57b7128045ac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 2 Dec 2024 06:59:56 -0600 Subject: start developing this for real --- debugger.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debugger.go') 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() { -- cgit v1.2.3