summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 11:45:51 -0500
committerJeff Carr <[email protected]>2025-10-24 11:45:51 -0500
commit40151b542eaaa78fa46a7ca65059fe43d01c00f1 (patch)
tree1f8549a9065a99f956ad566a670f700d77d979b2
parente8a7433c9588827b275cbcf7a8745f886dd59ad4 (diff)
new argv.protov0.0.66
-rw-r--r--argv.custom.go2
1 files changed, 1 insertions, 1 deletions
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 {