summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 09:57:38 -0500
committerJeff Carr <[email protected]>2025-10-18 09:57:38 -0500
commite7d680016ca9a0edb0815c32cc454d13e791d810 (patch)
tree9d57a0378a6086d1a8cc108d241e2de66db97d2a
parentf683e1adc9fd612a67f6cc34ba3188a8120f87d7 (diff)
try out a global Verbose() to argv
-rw-r--r--notsure.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/notsure.go b/notsure.go
index 3474962..8125bb6 100644
--- a/notsure.go
+++ b/notsure.go
@@ -16,3 +16,8 @@ type ArgsBash struct {
func AppName() string {
return me.ARGNAME
}
+
+// maybe this is a good idea, maybe not
+func (pb *Argv) Verbose() bool {
+ return true
+}