aboutsummaryrefslogtreecommitdiff
path: root/scripts/zsh.pl
AgeCommit message (Collapse)Author
2016-01-11zsh.pl: fail if no curl is foundAlessandro Ghedini
Instead of generation a broken completion file.
2015-11-19zsh completion: Preserve single quotes in outputdanielsh@apache.org
When an option's help string contains literal single quotes, those single quotes would be stripped from the option's description in the completion output (unless the zsh RC_QUOTES option were set while the completion function was being sourced, which is not the default). This patch makes the completion output contain single quotes where the --help output does. Closes #532
2015-05-24scripts: add zsh.pl for generating zsh completionAlessandro Ghedini