summaryrefslogtreecommitdiff
path: root/argv.custom.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 11:46:12 -0500
committerJeff Carr <[email protected]>2025-10-24 11:46:12 -0500
commit55924d56c2d9c694905f7f3074880455b1c54e98 (patch)
tree460b26ab68bc82965474908cfd33f511b30f073d /argv.custom.go
parente1b07197714bfba72b309da81250ac3c6a2cfbf4 (diff)
new argv.protov0.0.51
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 831da65..75d7294 100644
--- a/argv.custom.go
+++ b/argv.custom.go
@@ -39,7 +39,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{"--bash", "--me", "gui", "--daemon"}
pb.SendStrings(base)
} else {