@untool/yargs
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.15.0"></a> | ||
# [0.15.0](https://github.com/untool/untool/compare/v0.14.2...v0.15.0) (2018-08-02) | ||
**Note:** Version bump only for package @untool/yargs | ||
<a name="0.14.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.14.0](https://github.com/untool/untool/compare/v0.13.0...v0.14.0) (2018-07-25) |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
exports.run = (...args) => { | ||
exports.run = (overrides, ...args) => { | ||
try { | ||
@@ -15,3 +15,5 @@ const yargs = args.length ? createYargs(args) : createYargs; | ||
} | ||
const { registerCommands, handleArguments, handleError } = bootstrap(); | ||
const { registerCommands, handleArguments, handleError } = bootstrap( | ||
overrides | ||
); | ||
if (!(registerCommands && handleArguments && handleError)) { | ||
@@ -18,0 +20,0 @@ throw new Error("Can't use @untool/yargs mixin"); |
{ | ||
"name": "@untool/yargs", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "untool yargs mixin", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@untool/core": "^0.14.0", | ||
"@untool/core": "^0.15.0", | ||
"mixinable": "^3.1.2", | ||
@@ -32,0 +32,0 @@ "yargs": "^12.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8880
61
+ Added@untool/core@0.15.1(transitive)
- Removed@untool/core@0.14.0(transitive)
Updated@untool/core@^0.15.0