summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 05:33:04 -0500
committerJeff Carr <[email protected]>2025-10-17 05:33:04 -0500
commit6294b7b53c94fa77ac8ef3ba466b1cf032bdc6a8 (patch)
treef8126d99754624409854f84742650b7e3652e01b /theMagicOfAutocomplete.go
parent411226cf9df0814ff8e714958da87c853b519bc6 (diff)
dump old stuff
Diffstat (limited to 'theMagicOfAutocomplete.go')
-rw-r--r--theMagicOfAutocomplete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go
index 2b345a4..a5516d2 100644
--- a/theMagicOfAutocomplete.go
+++ b/theMagicOfAutocomplete.go
@@ -153,7 +153,7 @@ func Autocomplete(dest any) *Argv {
// this is a work in progress
if me.pb.Last == "--gui" {
me.pb.Debugf("DEBUG: last=%s found --gui", me.pb.Last)
- me.pb.Autocomplete2("andlabs gogui")
+ me.pb.SendString("andlabs gogui")
os.Exit(0)
} else {
// me.pb.Debugf("DEBUG: NO MATCH last='%s' found key '%s' = %s", me.pb.Last, key, val)