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 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)