diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 10:42:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 10:42:40 -0500 |
| commit | ce1745d37a24bf95f70463e558d792419b37de6f (patch) | |
| tree | 4df955dc87ca8a920075ae797c37bd8a47195117 /theMagicOfAutocomplete.go | |
| parent | 748ac1d8c6bb87c2c8e7c9e2db2608ee1a0a9979 (diff) | |
notsure. need to redo this still
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 2d914fe..dc3efb4 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -9,6 +9,7 @@ import ( "strings" "time" + "go.wit.com/lib/cobol" "go.wit.com/lib/config" "go.wit.com/log" durationpb "google.golang.org/protobuf/types/known/durationpb" @@ -35,7 +36,7 @@ func Autocomplete(dest any) *Argv { all := NewArgvs() // initializes the application config file - config.Init(me.ARGNAME, me.VERSION, me.BUILDTIME, me.pb.Real) + config.Init(me.ARGNAME, me.VERSION, cobol.Time(me.BUILDTIME), me.pb.Real) // loads the autocomplete history file err := config.LoadCache(all, "argv", me.ARGNAME) // |
