summaryrefslogtreecommitdiff
path: root/argv.custom.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 11:46:14 -0500
committerJeff Carr <[email protected]>2025-10-24 11:46:14 -0500
commit27437b8ee937117befcbaccc0a8cb55b4c4928e1 (patch)
tree99f0b15abc4b6ae796a3bc0dcabc1cfdf8277bf6 /argv.custom.go
parent772a878ccc72dc4f6135a35575154ce1a2d33876 (diff)
new argv.protov0.0.110
Diffstat (limited to 'argv.custom.go')
-rw-r--r--argv.custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.custom.go b/argv.custom.go
index fbbdc67..d3e592b 100644
--- a/argv.custom.go
+++ b/argv.custom.go
@@ -40,7 +40,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{"status", "test", "--version", "--daemon"}
pb.SendStrings(base)
} else {