-
Thanks for providing this library, it's great.
-
I've hit an issue when trying to use tools that force strict mode (e.g. nexe or anything running node --use_strict) because of a couple of undeclared variables in cli.getUsage, long and type. Is there a reason not to declare these or would you like a PR for this?
As far as I can tell those are the only undeclared variables, but there could be more in code paths I haven't exercised. (I tried running JSLint on it, but it wouldn't parse for unrelated reasons.)
Thanks for providing this library, it's great.
I've hit an issue when trying to use tools that force strict mode (e.g. nexe or anything running node --use_strict) because of a couple of undeclared variables in
cli.getUsage,longandtype. Is there a reason not to declare these or would you like a PR for this?As far as I can tell those are the only undeclared variables, but there could be more in code paths I haven't exercised. (I tried running JSLint on it, but it wouldn't parse for unrelated reasons.)