summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 13:20:52 -0500
committerJeff Carr <[email protected]>2025-10-20 13:20:52 -0500
commit82c1b0289a1e855090400c54b693e518dc79d0f8 (patch)
tree8fa7606023f1a42412d126245a6bdd98f0cc7478
parentf914e39be658e0bfa773f030cb9d185d398109ae (diff)
still notsure about this
-rw-r--r--notsure.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/notsure.go b/notsure.go
index 7b55100..4125d21 100644
--- a/notsure.go
+++ b/notsure.go
@@ -20,6 +20,11 @@ func (pb *Argv) Verbose() bool {
}
// 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)
log.Info("CUR ARGV:", pb.Real)