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