summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.custom.go b/argv.custom.go
index 18af43b..bec8e24 100644
--- a/argv.custom.go
+++ b/argv.custom.go
@@ -27,7 +27,7 @@ and with the right geometries. TODO: restore the bash working paths
// 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{"--restore", "save", "dump", "dumpx", "list", "--version"}
pb.SendStrings(base)
} else {