diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:45:34 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:45:34 -0500 | 
| commit | 276df96dae7d612341a9b3bc4a97664c4425db12 (patch) | |
| tree | 086517aa36ccab25b68191a0881ee5fdf91bf727 | |
| parent | d077a5848cd88bcded8863d3344689d649ea158f (diff) | |
new argv.protov0.0.32
| -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 a288d66..4a8d6f6 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -24,7 +24,7 @@ regex -- interact with Googles' Gemini AI  // 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", "interact", "playback", "clean", "--version"}  		pb.SendStrings(base)  	} else {  | 
