summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index a5b6c35..1c056d1 100644
--- a/init.go
+++ b/init.go
@@ -13,6 +13,7 @@ func Init(dest any, APPNAME string, anyString string, VERSION string) {
me = new(AutoType)
me.pb = new(Argv)
PB = me.pb
+ me.debug = true
// needed by bash for autocomplete, help & debugging
Stdout = NewStringWriter(&PB.Stdout) // bash uses this to match strings