diff options
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 ecea979..0c4d6e1 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -34,7 +34,7 @@ this is a work in progress` // 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{"dump", "gui", "show", "--version", "--keep-files", "--buildversion"} pb.SendStrings(base) } else { |
