-
Notifications
You must be signed in to change notification settings - Fork 26
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
CLI refactoring #405
CLI refactoring #405
Conversation
Codecov Report
@@ Coverage Diff @@
## master #405 +/- ##
==========================================
+ Coverage 90.29% 90.89% +0.60%
==========================================
Files 200 201 +1
Lines 8195 8153 -42
Branches 854 854
==========================================
+ Hits 7400 7411 +11
+ Misses 641 586 -55
- Partials 154 156 +2
Continue to review full report at Codecov.
|
ea798da
to
3f07e67
Compare
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.
Thanks for this PR! click
looks very convenient.
Does it enable to add tests for cli.py
?
Yes, |
This PR reworks the code for command line interface using click.
It makes the code much more simpler.