The clap-generated zsh completion scripts use unescaped double-quoted strings for the subocommand description text, which causes backtick characters to be evaluated. Remove backticks from the subcommand descriptions, to un-break the zsh completion scripts. type: fixed pr: https://github.com/casey/intermodal/pull/365