summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 09:26:08 -0500
committerJeff Carr <[email protected]>2025-10-25 09:26:08 -0500
commit6093077b9b82a9ba742375563bcffb2b9074441e (patch)
tree4c10a2113ae8b0ae7626b83e33cda70eef35eb5b
parent8f42cdc094968b125f685d4647217cc330b932b9 (diff)
good grief
-rw-r--r--argv.custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.custom.go b/argv.custom.go
index 855b458..cdbe31c 100644
--- a/argv.custom.go
+++ b/argv.custom.go
@@ -99,7 +99,7 @@ func (a args) SendCompletionStrings(pb *argvpb.Argv) {
pb.SendStrings(matches)
} else {
// autogenerate the strings for the subcommand using github.com/alexflint/go-arg
- pb.GenerateSubCommandStrings(pb.Goargs...)
+ pb.GenerateSubCommandStrings(pb.Real...)
}
os.Exit(0)
}