From c30dbddf1e99479ea7bc229f31b71f46f5f28145 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 09:48:55 -0500 Subject: try this trick to see if this'll work --- args.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/args.go b/args.go index 4f81c66..1e48f97 100644 --- a/args.go +++ b/args.go @@ -40,3 +40,15 @@ func init() { CHAN = log.NewFlag("CHAN", true, full, short, "chan() test code output") WARN = log.NewFlag("WARN", true, full, short, "should warn the user") } + +func InitDebugger() { + arg.Register(&argDebugger) + + full := "go.wit.com/bug/debugger" + short := "bugger" + + INFO = log.NewFlag("INFO", false, full, short, "simple debugging Info()") + POLL = log.NewFlag("POLL", false, full, short, "watch the debugger poll things") + CHAN = log.NewFlag("CHAN", true, full, short, "chan() test code output") + WARN = log.NewFlag("WARN", true, full, short, "should warn the user") +} -- cgit v1.2.3