diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:45:17 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:45:17 -0500 | 
| commit | f0b53049f320dcb148d9cb5659c51fa1b432290c (patch) | |
| tree | e68f232d0ca0a57bf83350c29490500ac7edca61 | |
| parent | b20a0e81b8a143d22a7f1c411404a60f6fefd167 (diff) | |
new argv.protov0.23.148
| -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 569f516..de54dd6 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -33,7 +33,7 @@ func (args) ArgvGui() error {  // 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", "quick", "--dry-run", "--full", "--reason", "--version", "--auto-run", "--keep-gomod"}  		pb.SendStrings(base)  	} else {  | 
