From bb5afb8cc5f2b117fefde6c332c423e9c3335a1f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 09:34:13 -0500 Subject: minor --- complete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete.go b/complete.go index ae1dd12..abc293e 100644 --- a/complete.go +++ b/complete.go @@ -44,7 +44,7 @@ func (args) MatchClean() string { } // sends the strings to bash or zsh that will be your options -func (a args) SendCompletionStrings() error { +func (a args) DoAutoComplete() error { if argvpb.PB.GetCmd() == "" { base := []string{"--bash", "--proto", "--regret", "--debug", "--renumber", "--reformat", "--delete", "--dry-run"} fmt.Fprintf(argvpb.Stdout, " %s", strings.Join(base, " ")) -- cgit v1.2.3