From 6093077b9b82a9ba742375563bcffb2b9074441e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 Oct 2025 09:26:08 -0500 Subject: good grief --- argv.custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- cgit v1.2.3