From ce8d34e70c9de0e00343890b065ae38fafba0eab Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 06:51:09 -0500 Subject: Verbose() moved to ENV --- notsure.go | 10 ---------- theMagicOfAutocomplete.go | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/notsure.go b/notsure.go index 4125d21..303106b 100644 --- a/notsure.go +++ b/notsure.go @@ -14,16 +14,6 @@ type ArgsBash struct { Bash bool `arg:"--bash" help:"generate bash completion"` } -// 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) 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 { -- cgit v1.2.3