From 55924d56c2d9c694905f7f3074880455b1c54e98 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:46:12 -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 831da65..75d7294 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -39,7 +39,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{"--bash", "--me", "gui", "--daemon"} pb.SendStrings(base) } else { -- cgit v1.2.3