diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 09:22:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 09:22:12 -0500 |
| commit | e9c3000abafd70702cb9db6e3738115012f498eb (patch) | |
| tree | 2d9223d8a5bb6d5d7ddc0724dcdbf720e0bf0144 /theMagicOfAutocomplete.go | |
| parent | ce8d34e70c9de0e00343890b065ae38fafba0eab (diff) | |
update init to lib/ENV
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 592e765..e8e4594 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -72,7 +72,7 @@ func Autocomplete(dest any) *Argv { all := NewArgvs() // initializes the application config file - ENV.Init(me.pb.AppInfo.APPNAME, me.pb.AppInfo.VERSION, cobol.Time(me.pb.AppInfo.BUILDTIME), me.pb.Real) + ENV.Init(me.pb.AppInfo.APPNAME, me.pb.AppInfo.VERSION, cobol.Time(me.pb.AppInfo.BUILDTIME), me.pb.Real, GoodExit, BadExit) // loads the autocomplete history file err := config.LoadCache(all, "argv", me.pb.AppInfo.APPNAME) // |
