From 40151b542eaaa78fa46a7ca65059fe43d01c00f1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 11:45:51 -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 948b90d..ed6b731 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -13,7 +13,7 @@ var APPNAME string = "forged" // 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", "repos", "gui", "patches", "--daemon", "missing"} pb.SendStrings(base) } else { -- cgit v1.2.3