diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:45:45 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:45:45 -0500 | 
| commit | 13c60613712c7706680d791febf97c0216d49c18 (patch) | |
| tree | e2f0c61acac6f8eefd9245200b86d89a0b9047fc | |
| parent | af4776d087afda0408ea6fc0455aea1dd9842bdf (diff) | |
new argv.protov0.0.35
| -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 8bfb547..2cd2b2c 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -18,7 +18,7 @@ var APPNAME string = "fixup" // todo: get this from $0 ?  // 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{"drives", "gui", "--version"}  		pb.SendStrings(base)  	} else {  | 
