-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
feat: Generate shell completions on build #214
base: master
Are you sure you want to change the base?
Conversation
1fade95
to
5507857
Compare
Thank you very much! It would be great if we could also integrate the generated shell completion files in the artifacts we built when we make a release. You can find examples how we do this in some other projects of mine, like hyperfine (see this file and search for complete/completion) and search for complete/completion) |
49d3c82
to
2a4d8fc
Compare
Thanks for the hint, I tried to update the |
You can find the generated artifacts here at the bottom: https://github.com/sharkdp/hexyl/actions/runs/8010537770 |
Hello! Will this go through? 😄 (I don't have enough knowledge to implement this on my own, I'm sorry) |
@FilipRazek Sorry for not coming back to this. Would it be possible to update this to the latest state of master? I'd love to integrate this. |
2a4d8fc
to
8391103
Compare
I'm sorry, I don't know how to integrate clap_complete with the new API. I will look into it but it doesn't seem to be a straightforward change |
My attempt at closing #155