-
Within the scope of the .check() method - do we have access to the default values?
I'd like to set up a pseudo 'demand' that is soft enough to leta task be called with no arguments, but if one given …
-
In Browsertime the cli do a check, but that do not work in sitespeed.io. For example `-b Chrome` in Browsertime gives a message but in sitespeed.io we just get an error see #3818
-
Hey, do you plan to update this lib removing the gulp-util dependency?
https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
-
-
Right now getCLIArgument always makes use of yargs argv which parses everything to strings. Add an argument to `getCLIArgument` to return a boolean instead.
-
I've seen issues where the default browser, which may be a beta or dev version, is detected as the stable version of a browser and will fail to open the proper browser or not open the browser at all i…
-
For some reason package.json did not work when I tried to run serialserver.js. I had to install the following packages manually using npm:
cors
express
serialport
yargs
-
I find strict mode really useful because it reports errors for unknown options (this is what I want).
However, when you have a program with multiple commands it will report an error for environment…
-
What would be a recommended way to achieve something similar to https://stackoverflow.com/questions/32258362/setup-command-line-completion-with-yargs?
-
When i ran `npm install` this is the result
npm WARN tar ENOENT: no such file or directory, open '/var/www/sites/graphite/node_modules/.staging/camelcase-42eef4ae/package.json'
npm WARN tar ENOENT…