-
Notifications
You must be signed in to change notification settings - Fork 56
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
Solve CLI parse order bug #574
Conversation
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.
We have smoke tests for the basic lurk invocation (tests/lurkrs-smoke-test.rs
) and the same for clutch (clutch/tests/clutch-smoke-test.rs
). Would it be possible to take this occasion to write a couple more to test the arguably not always intuitive passthrough semantics between CLI & REPL?
I will write an issue for it, but I think it can be done in another PR |
@huitseeker I've added But I'll write an issue with the proper scope for the full blown task |
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.
Fair enough, thanks a lot for the fix!
Close #557