-
Notifications
You must be signed in to change notification settings - Fork 120
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
Transform ls's -g/-G option to keyword args #437
Conversation
7b3c275
to
d623a0d
Compare
Looks like a very useful feature 👍 A few questions:
|
Because Pry also has
The workflow is usually,
So for this use case, I think Do you want to support only |
d4cdea2
to
c1f3012
Compare
I think
I'm incline to not supporting
Yeah your example is very convincing. That's go with that format first 👍 |
What about accepting both |
Yeah that makes sense. |
works for me 👍 9e53571 I think this PR is ready for your review again. |
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.
👍
There seems to be a flaky test failed in a truffleruby suite.
(ruby/irb#437) * Transform ls's --grep/-G option to keyword args * Make --grep less flexible * Support -g instead of --grep * Suppress warnings from symbol aliases
Leveraging the
transform_args
capability in #430, this PR introduces-g
/-G
option tols
to passgrep
option.