From 82c1b0289a1e855090400c54b693e518dc79d0f8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Oct 2025 13:20:52 -0500 Subject: still notsure about this --- notsure.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notsure.go b/notsure.go index 7b55100..4125d21 100644 --- a/notsure.go +++ b/notsure.go @@ -19,6 +19,11 @@ func (pb *Argv) Verbose() bool { return true } +// maybe this is a good idea, maybe not +func Verbose() bool { + return true +} + // maybe this is a good idea, maybe not func (pb *Argv) Gui() bool { log.Printf("CUR pb: %v\n", pb) -- cgit v1.2.3