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

ZSH Completions not working #156

Closed
darthShadow opened this issue Sep 19, 2021 · 1 comment
Closed

ZSH Completions not working #156

darthShadow opened this issue Sep 19, 2021 · 1 comment

Comments

@darthShadow
Copy link

"down:Bring down the interface (equivalent to "wg-quick down <interface>")" \

The double-quotes surrounding the "wg-quick down <interface>" need to be replaced with single-quoted 'wg-quick down <interface>' to get it working again.

@mcginty
Copy link
Collaborator

mcginty commented Sep 21, 2021

Thanks for the issue @darthShadow! Looks like we hit clap-rs/clap#1596. I'll switch our " to 's.

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

No branches or pull requests

2 participants