summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
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 {