diff --git a/tools/cli/zsh.go b/tools/cli/zsh.go index 1674524d2..540de66f1 100644 --- a/tools/cli/zsh.go +++ b/tools/cli/zsh.go @@ -48,6 +48,9 @@ func shell_input_parser(data []byte, shell_state map[string]string) ([][]string, return [][]string{words}, nil } +var debugprintln = tty.DebugPrintln +var _ = debugprintln + func zsh_input_parser(data []byte, shell_state map[string]string) ([][]string, error) { matcher := shell_state["_matcher"] q := ""