summaryrefslogtreecommitdiff
path: root/complete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 09:34:13 -0500
committerJeff Carr <[email protected]>2025-10-26 09:34:13 -0500
commitbb5afb8cc5f2b117fefde6c332c423e9c3335a1f (patch)
tree6fce7a13b7a98ff3cdbb3b140a5cc1976d5cf420 /complete.go
parent8385540f09ca42ef9443fddfd1a89e76ad5f1329 (diff)
minorv0.5.34
Diffstat (limited to 'complete.go')
-rw-r--r--complete.go2
1 files changed, 1 insertions, 1 deletions
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, " "))