diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:46:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:46:12 -0500 |
| commit | 55924d56c2d9c694905f7f3074880455b1c54e98 (patch) | |
| tree | 460b26ab68bc82965474908cfd33f511b30f073d /argv.custom.go | |
| parent | e1b07197714bfba72b309da81250ac3c6a2cfbf4 (diff) | |
new argv.protov0.0.51
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 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 { |
