From d0b5b0842064a38a05a8023734bd7105bb2ab90f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Oct 2025 05:09:05 -0500 Subject: cleaner argv options. argv/go-args help working again --- debug.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 5b5ddf1..8bc3960 100644 --- a/debug.go +++ b/debug.go @@ -13,12 +13,12 @@ import ( "time" "go.wit.com/gui" - "go.wit.com/lib/debugger" "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) +/* func init() { if debugger.ArgDebug() { log.Info("cmd line --debugger == true") @@ -28,6 +28,7 @@ func init() { }() } } +*/ func dumpDebug() { // Get absolute path of the currently running binary -- cgit v1.2.3