diff options
Diffstat (limited to 'complete.go')
| -rw-r--r-- | complete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.go b/complete.go index abc293e..b16d7a5 100644 --- a/complete.go +++ b/complete.go @@ -46,7 +46,7 @@ func (args) MatchClean() string { // sends the strings to bash or zsh that will be your options func (a args) DoAutoComplete() error { if argvpb.PB.GetCmd() == "" { - base := []string{"--bash", "--proto", "--regret", "--debug", "--renumber", "--reformat", "--delete", "--dry-run"} + base := []string{"--bash", "--proto", "--regret", "--debug", "--renumber", "--reformat", "--delete", "--dry-run", "clean"} fmt.Fprintf(argvpb.Stdout, " %s", strings.Join(base, " ")) return nil } |
