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
Support passing rewriters to CLI #47
Conversation
Thanks for the PR! I will take a look later this week. |
Great job
Could you please add a change log entry?
Thank you! I've just added change log entry. |
@@ -2,6 +2,11 @@ | |||
|
|||
## master | |||
|
|||
- Support passing rewriters to CLI. ([@sl4vr][]) |
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.
Could you please also add the actual link to the bottom of this file? (Right now it's not working, cause shortcut is not defined)
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.
Oops I thought it's Github feature or something
Thanks a lot!
Awesome work
Marked task as done: https://cultofmartians.com/tasks/ruby-next-cli-rewriters.html#task (check if everything is correct).
And could you please send me your mailing address to my e-mail (should be on my GitHub profile), so we'll we able to send you some stuff someday)
What is the purpose of this pull request?
Support passing rewriters to CLI - #42
What changes did you make? (overview)
--list-rewriters
and--rewrite
options fornextify
command.Is there anything you'd like reviewers to focus on?
I didn't dig into that, just supposed rewriters gonna rewrite. Also it just failed for me in other case.
Also this implementation requires
--edge
and--proposed
flags to use and even list corresponding rewriters. If it's not supposed to be so, I can change that.Checklist