Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

TODO: Use getopt_long() in ParseArgs #344

Closed
ThisIsMissEm opened this issue Oct 12, 2010 · 4 comments
Closed

TODO: Use getopt_long() in ParseArgs #344

ThisIsMissEm opened this issue Oct 12, 2010 · 4 comments
Labels

Comments

@ThisIsMissEm
Copy link

Line 1752, src/node.cc

@ThisIsMissEm
Copy link
Author

I'll work on the fix for this.

@piscisaureus
Copy link

@miksago Are you still working on this?

@ThisIsMissEm
Copy link
Author

No, it kinda died as a project, I had something that worked for majority of cases, but was a bit messy; I think the end result was that it would be better to pull the opts parser from v8, and work with that. Mainly due to the fact that we need to pass through options via the node executable to v8.

@bnoordhuis
Copy link
Member

We can't use it anyway now, getopt_long() is a GNU-ism.

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

No branches or pull requests

3 participants