Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Z Shell completions #365

Merged
merged 1 commit into from
Apr 11, 2020
Merged

Fix Z Shell completions #365

merged 1 commit into from
Apr 11, 2020

Conversation

casey
Copy link
Owner

@casey casey commented Apr 11, 2020

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

@casey casey marked this pull request as ready for review April 11, 2020 11:20
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: #365
@casey casey merged commit 727d5c1 into master Apr 11, 2020
@casey casey deleted the fix-zsh-completions branch April 11, 2020 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant