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

support shell completion #5

Merged
merged 2 commits into from
Jan 24, 2025
Merged

support shell completion #5

merged 2 commits into from
Jan 24, 2025

Conversation

emouty
Copy link
Contributor

@emouty emouty commented Jan 23, 2025

fix #4

Here is a proposal to support static completion for bash, zsh and fish. Dynamic completion is still in progress on clap side (see clap-rs/clap#3166) so that will be for later

@emouty emouty changed the title support completion support shell completion Jan 23, 2025
@emouty emouty marked this pull request as ready for review January 23, 2025 12:27
@ctron
Copy link
Owner

ctron commented Jan 23, 2025

Looks like some formatting issues.

Also, it would be great if you could add a conventional commit message. So that the change shows up as a new feature.

@emouty emouty force-pushed the support-completion branch from 7d00328 to 7934788 Compare January 23, 2025 15:42
@emouty
Copy link
Contributor Author

emouty commented Jan 24, 2025

The commit messages should be compliant now, could you rerun the ci workflow to check if everything is good ?

@ctron ctron merged commit 15e37a6 into ctron:main Jan 24, 2025
7 checks passed
@emouty emouty deleted the support-completion branch January 24, 2025 12:51
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.

Support bash auto-completion
2 participants