summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 06:51:09 -0500
committerJeff Carr <[email protected]>2025-10-21 06:51:09 -0500
commitce8d34e70c9de0e00343890b065ae38fafba0eab (patch)
treed675d1277c049feb24609fdb4cdadd0d856dc45a /theMagicOfAutocomplete.go
parent7ae3a23b0938c1e2b36c9f36cfb0d85ed90ac854 (diff)
Verbose() moved to ENV
Diffstat (limited to 'theMagicOfAutocomplete.go')
-rw-r--r--theMagicOfAutocomplete.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go
index 321dbdd..592e765 100644
--- a/theMagicOfAutocomplete.go
+++ b/theMagicOfAutocomplete.go
@@ -42,6 +42,7 @@ func initAppname() {
log.Printf("TIME initAppname() ERR=(%v) anyString=(%v) GetTime.BUILTIME=(%v) app.BUILDTIME=(%v)\n", err, anyString, BUILDTIME, app.BUILDTIME)
}
me.pb.AppInfo = app
+ me.pb.Argname = APPNAME // deprecate this
}
func Autocomplete(dest any) *Argv {