From 1fc75cd8934b220db3814710c0a79d549fcf827f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:44:53 -0500 Subject: new argv.proto --- argv.custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argv.custom.go') diff --git a/argv.custom.go b/argv.custom.go index 127d9a5..855b458 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -91,7 +91,7 @@ func (a args) SendCompletionStrings(pb *argvpb.Argv) { pb.SendStrings([]string{"once", "many", "mine", "favorites"}) os.Exit(0) } - if pb.Cmd == "" { + if pb.GetCmd() == "" { // these are base autocomplete strings matches := []string{"clean", "commit", "merge", "patch", "normal", "pull", "rebuild", "generate", "config"} matches = append(matches, "show", "add", "fixer", "dev", "verify", "mode", "gui", "whatchanged") -- cgit v1.2.3