From f6b869612291bb14145ed58f2c5aeeb7156e3b51 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:44:40 -0500 Subject: new argv.proto --- argv.custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argv.custom.go b/argv.custom.go index 1e8abac..00f8d7b 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -22,7 +22,7 @@ This basicwindow example demonstrates multiple windows // sends the strings to bash or zsh that will be your options func (a args) SendCompletionStrings(pb *argvpb.Argv) { - if pb.Cmd == "" { + if pb.GetCmd() == "" { // these are base autocomplete strings matches := []string{"--bash", "--version", "demo", "gui"} pb.SendStrings(matches) -- cgit v1.2.3