From 76fd8976018a40d4f452c99ad62419c86f44955d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:44:32 -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 5480a34..3401eea 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -38,7 +38,7 @@ func (args) MatchClean() string { // 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", "--proto", "--regret", "--debug", "--renumber", "--reformat", "--delete", "--dry-run"} pb.SendStrings(base) } else { -- cgit v1.2.3