diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:45:55 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:45:55 -0500 | 
| commit | 2f4fbe24bd3e41394358b7c4fc62836cf5411f7e (patch) | |
| tree | d9fd653bfdbcca2adf3a407b4a4ba107f62076bd | |
| parent | 5b8736a8f717cb676a4bd12605857b142e504f8d (diff) | |
new argv.protov0.22.132
| -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 91bab5b..7a1a9d3 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -15,7 +15,7 @@ var APPNAME string = "gowebd"  // 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{"test", "--version", "--force"}  		pb.SendStrings(base)  	} else {  | 
