-
Notifications
You must be signed in to change notification settings - Fork 520
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 and bash completion #1864
Comments
We haven't created a completion file yet. |
not sure what argument parsing library you use but usually these libraries can generate the completion out of the box with something like |
It surprised me that hurl doesn't support completion. As a reference, here's how mullvad-vpn's CLI creates its shell completions using the crate clap_complete. |
I would tend to prefer compile-time completion rather than runtime-completion. |
+1 for generating and committing the static files for completion. Some examples:
And also how curl is generating its completion files |
Problem to solve
I would like to have zsh and bash completion. Maybe it's already possible and they are not installed by my linux distribution but I had a quick look on this repo and was not sure if this is possible ?
The text was updated successfully, but these errors were encountered: