-
Notifications
You must be signed in to change notification settings - Fork 111
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
-r command line option doesn't seem to work #358
Comments
What is the |
@michaelficarra From the |
This project's CLI is not compatible with that one's. |
I get that, but is this project not aiming for feature parity? |
No, it compiles the same language. The CLI, REPL, etc. are separate. |
If i do
coffee -er path/to/module[.coffee] 'command'
either nothing happens or I get an error, whereas if I switch to using the originalcoffee
binary it does work as expected.As far as I can tell, the original upstream issue (which was fixed in this PR) still exists in Redux.
The text was updated successfully, but these errors were encountered: