summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 14:54:50 -0500
committerJeff Carr <[email protected]>2025-10-28 14:54:50 -0500
commit69a8ae0bdc33e898bee5046bfee73692879f5297 (patch)
tree63ad1caa8ac41d80394e6357dceb69715a6303b9 /init.go
parent90489b78a80a1ee2204872c6ff434c476f4970cd (diff)
more work on organizing this
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