diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:46:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:46:14 -0500 |
| commit | 27437b8ee937117befcbaccc0a8cb55b4c4928e1 (patch) | |
| tree | 99f0b15abc4b6ae796a3bc0dcabc1cfdf8277bf6 /argv.custom.go | |
| parent | 772a878ccc72dc4f6135a35575154ce1a2d33876 (diff) | |
new argv.protov0.0.110
Diffstat (limited to 'argv.custom.go')
| -rw-r--r-- | argv.custom.go | 2 |
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 { |
