Skip to content

Commit

Permalink
Update zsh_completions_v2.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-stewart authored Apr 5, 2020
1 parent 74ffa85 commit 53b3354
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zsh_completions_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import (

func genZshCompV2(buf *bytes.Buffer, name string, includeDesc bool) {
compCmd := CompRequestCmd
if includeDesc {
compCmd = CompWithDescRequestCmd
}
buf.WriteString(fmt.Sprintf("# zsh completion for %-36s -*- shell-script -*-\n", name))
buf.WriteString(fmt.Sprintf(`
__%[1]s_debug()
Expand Down

0 comments on commit 53b3354

Please sign in to comment.