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

Support passing arguments to node #21

Open
forivall opened this issue Aug 5, 2014 · 2 comments
Open

Support passing arguments to node #21

forivall opened this issue Aug 5, 2014 · 2 comments

Comments

@forivall
Copy link
Contributor

forivall commented Aug 5, 2014

Similar to coffeescript's --nodejs option, it would be nice to be able to pass arguments to node when using nesh.

My use case is that I have a script that I run on start using the -e option, it loads a lot of modules for convenience, and I'd like to use --harmony-proxies to lazy load them (using a pattern similar to what python's nltk does).

@danielgtaylor
Copy link
Owner

Fantastic idea! I'd like to use some harmony features too in the near future.

@ne0zen
Copy link

ne0zen commented Mar 10, 2015

one could tackle this kind of thing on *nix w/:

node --harmony_proxies `which nesh` --your --nesh --args

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

No branches or pull requests

3 participants