diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:46:09 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:46:09 -0500 | 
| commit | aa9299174638f21f03f190948c288429804510b0 (patch) | |
| tree | 38f89421a0cea9a82dd948a3ebf65ed5f38b96c6 | |
| parent | 4d649b097bae5b230b629f9b1be5b95ec458ed30 (diff) | |
new argv.proto
| -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 d0b3029..f1d2b08 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -38,7 +38,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{"gui", "list", "--daemon", "--version"}  		pb.SendStrings(base)  	} else {  | 
