diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
