Skip to content
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

Closed
danielbayley opened this issue Dec 2, 2015 · 5 comments
Closed

-r command line option doesn't seem to work #358

danielbayley opened this issue Dec 2, 2015 · 5 comments

Comments

@danielbayley
Copy link

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 original coffee 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.

@michaelficarra
Copy link
Owner

What is the -r flag supposed to do? I don't think that's a flag in our CLI.

@danielbayley
Copy link
Author

@michaelficarra From the coffee help;
-r, --require [MODULE*] require the given module before eval or REPL

@michaelficarra
Copy link
Owner

This project's CLI is not compatible with that one's.

@danielbayley
Copy link
Author

This project's CLI is not compatible with that one's.

I get that, but is this project not aiming for feature parity?

@michaelficarra
Copy link
Owner

No, it compiles the same language. The CLI, REPL, etc. are separate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants