-
-
Notifications
You must be signed in to change notification settings - Fork 301
Provide shell completion for cz #305
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
Provide shell completion for cz #305
Conversation
...he auto-completion for cz 137
...on for cz in README.md 137 test(tests/test_cli): add a missing dependency 137
47d935a
to
61c13e4
Compare
Codecov Report
@@ Coverage Diff @@ ## master #305 +/- ## ======================================= Coverage 96.96% 96.97% ======================================= Files 33 33 Lines 924 926 +2 ======================================= + Hits 896 898 +2 Misses 28 28
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
This one looks good to me. I also tested it locally and it works. @woile Could you please check this one? Thanks 🙂
Thanks a lot!
Description
As mentioned in #137 , this PR add auto-completion to cz using argcomplete
Checklist
./script/format
and./script/test
locally to ensure this change passes linter check and testExpected behavior
If the proper activation is set, the auto-completion can performed just by pressing the
tab key.
Steps to Test This Pull Request
$ eval "$(register-python-argcomplete cz)"
Additional context
Related to #137