summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}