node-js-libs / node.io

MIT License
1.8k stars 140 forks source link

Seems like a pretty simple fix, did the trick. #120

Closed jacobSingh closed 12 years ago

jacobSingh commented 12 years ago

Docs could also use something specifying that this will not work with standard getopt syntax, -mN does not work, only -m N. Similarly --max=N will not work.

Using the node getopt library seems like it would be useful here, no?

chriso commented 12 years ago

Thanks for this. I implemented the opts parsing part of node.io before there were any libraries available to do it for you. I plan on bundling a dep in v2 which will use the standard getopt syntax.