feat(cli): add shell completion support#144
Open
salim-b wants to merge 1 commit into
Open
Conversation
Collaborator
|
I want to merge this PR but unfortunately it's stale enough for me not to be able to run the required build & test actions. Could you push another commit to your PR to see whether that revives it? |
4551e31 to
0429915
Compare
Author
I've force-pushed the branch (without any actual changes). |
Collaborator
|
Thank you! I noticed there were some clippy issue (due to rust/clippy updates, nothing to do with your PR). I've fixed them in on main, so if you can rebase this PR that should fix them. (#152) |
Adds shell completion generation using `clap_complete` for all supported shells: bash, elvish, fish, powershell, and zsh. Co-authored-by: Copilot <copilot@github.com>
0429915 to
e27a970
Compare
Author
|
@faassen Rebased onto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds shell completion generation using
clap_completefor all supported shells: bash, elvish, fish, powershell, and zsh.Co-authored-by: Copilot copilot@github.com