From 27437b8ee937117befcbaccc0a8cb55b4c4928e1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:46:14 -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 fbbdc67..d3e592b 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -40,7 +40,7 @@ func init() { // 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{"status", "test", "--version", "--daemon"} pb.SendStrings(base) } else { -- cgit v1.2.3