From 2f4fbe24bd3e41394358b7c4fc62836cf5411f7e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:45:55 -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 91bab5b..7a1a9d3 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -15,7 +15,7 @@ var APPNAME string = "gowebd" // 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() == "" { base := []string{"test", "--version", "--force"} pb.SendStrings(base) } else { -- cgit v1.2.3