Jed
Jed
I'm about to publish [ECLint](https://github.com/jedmao/eclint), which uses [gitlike-cli](https://www.npmjs.com/search?q=gitlike-cli). If you run `eclint check` you'll get the following helpful information: ``` /.../GitHub/eclint (master u=) 13:30 $eclint check CommandError: Missing required arguments....
Ah, argparse looks pretty cool, actually. The only thing that seems missing is the ability to combine short flags, like the git command.
If it does, I don't see an example in the Readme.
Great! I'll be following the project.
BTW, I just published [simple-glob](https://github.com/jedmao/simple-glob), which is really all your code, ported over from Grunt. I've given the proper attributions. I've just always loved the way Grunt negated files and...
I see. Well, I was having problems with negation, so maybe I was doing something wrong. I'll revisit it. Thanks.
That seems strange, as there haven’t been any source code updates since October of last year. Have you tried `npm cache clean` and a reinstall? Also, what are your node...
How many files do you have in that directory? I fear if there's a node_modules folder in there or some other folder that has a huge number of files that...
In the meantime, you might benefit from being more specific about what you're scanning. Try something like `app/**/*.js`
It looks like an issue with the async dependency. I wouldn't be surprised if updating my dependencies would fix the issue here. I think I can do that tonight.