-
Notifications
You must be signed in to change notification settings - Fork 85
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: Enable shell completion #919
Conversation
Codecov Report
@@ Coverage Diff @@
## master #919 +/- ##
==========================================
+ Coverage 96.30% 96.31% +0.01%
==========================================
Files 56 57 +1
Lines 3191 3204 +13
Branches 438 438
==========================================
+ Hits 3073 3086 +13
Misses 75 75
Partials 43 43
Continue to review full report at Codecov.
|
Yes please! 😄 |
it would be great to... ... test it somehow(???). Can it be done without an eval (e.g. via pip install.)? https://pip.pypa.io/en/stable/user_guide/#command-completion |
Also, is the current PR supposed to work yet? On my machine I get
|
ok I added a test (that checks the stdout of the |
@matthewfeickert I added the setup.py dependencies |
…into shellcompletion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Nice work both of you! :)
Description
do we want to add shell completion?
works like this
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: