summaryrefslogtreecommitdiff
path: root/complete.go
diff options
context:
space:
mode:
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, " "))