summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 11:46:04 -0500
committerJeff Carr <[email protected]>2025-10-24 11:46:04 -0500
commitf0c4963d205e2395e7a844298a22127bfb45e1b1 (patch)
tree82bd7f9b2b1d1be3f4086a0f8a9e1b40c46be575
parent28c488b1893ccc41043e20dd7aea4e0979fcd21c (diff)
new argv.protov0.0.38
-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 {