single-file-cli 2.0.79 → 2.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const version = "2.0.79";
1
+ export const version = "2.0.81";
package/options.js CHANGED
@@ -213,7 +213,7 @@ function getOptions() {
213
213
  positionals.splice(positionals.indexOf(positional), 1);
214
214
  }
215
215
  });
216
- if ((!positionals.length || positionals.length > 2 || options.help || unknownOptions.length) && !options.version) {
216
+ if ((!positionals.length || positionals.length > 2 || options.help || unknownOptions.length) && (!options.version && !options.urlsFile)) {
217
217
  console.log(USAGE_TEXT + "\n"); // eslint-disable-line no-console
218
218
  console.log("Options:"); // eslint-disable-line no-console
219
219
  OPTIONS_INFO.forEach(category => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-cli",
3
- "version": "2.0.79",
3
+ "version": "2.0.81",
4
4
  "description": "SingleFile CLI",
5
5
  "author": "Gildas Lormeau",
6
6
  "engines": {