-
Notifications
You must be signed in to change notification settings - Fork 28
Refactoring for easier reuse, merge CLI and config #74
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
Conversation
Thanks for the feedback. Should I push fixes to this PR, rewrite this one or create a new clean PR..? |
I think it's generally usage on github to simply rebase your work (aka overwrite what you've done so far and simply push on the same branch which should update this PR). |
60213c2
to
9ee2af8
Compare
Ok, I reworked the PR. Merging is now done by an InputMerger. |
I'll give this a test run and I'll try to merge this within the day. Thanks for the work! |
Thanks again! |
Great, thank you! |
See #72
Mostly trying to shrink down all the boiler-plate in CompareCommand's
execute
method.What do you think so far? @tomzx
See commit "Merge configuration and CLI input" for implementing #67.