diff options
| -rw-r--r-- | notsure.go | 10 | ||||
| -rw-r--r-- | theMagicOfAutocomplete.go | 1 |
2 files changed, 1 insertions, 10 deletions
@@ -15,16 +15,6 @@ type ArgsBash struct { } // maybe this is a good idea, maybe not -func (pb *Argv) Verbose() bool { - return true -} - -// maybe this is a good idea, maybe not -func Verbose() bool { - return true -} - -// maybe this is a good idea, maybe not func (pb *Argv) Gui() bool { log.Printf("CUR pb: %v\n", pb) log.Info("CUR ARGV:", pb.Real) 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 { |
