click-contrib / click-completion

Add or enhance bash, fish, zsh and powershell completion in Click
MIT License
288 stars 32 forks source link

Escape backticks in help messages for zsh #23

Closed FuegoFro closed 5 years ago

FuegoFro commented 5 years ago

As is, putting backticks in the short help of a command will cause zsh to actually run that command when tab completing. This escapes those properly so that the backtick literals are printed.

FuegoFro commented 5 years ago

Thank you! 😀