@untool/yargs
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.1](https://github.com/untool/untool/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2019-12-12) | ||
**Note:** Version bump only for package @untool/yargs | ||
# [2.0.0-beta.0](https://github.com/untool/untool/compare/v2.0.0-alpha.5...v2.0.0-beta.0) (2019-12-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@untool/yargs", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "untool yargs mixin", | ||
@@ -22,3 +22,3 @@ "bin": { | ||
"dependencies": { | ||
"@untool/core": "^2.0.0-beta.0", | ||
"@untool/core": "^2.0.0-beta.1", | ||
"is-plain-obj": "^2.0.0", | ||
@@ -31,3 +31,3 @@ "mixinable": "^4.0.0", | ||
}, | ||
"gitHead": "e2d1b1672c7ed68814330e482b1c4b5bd467975a" | ||
"gitHead": "4dbabfd03e4eb712b01858e324b03d96c89cb500" | ||
} |
@@ -5,3 +5,3 @@ # `@untool/yargs` | ||
`@untool/yargs` is a [core mixin](https://github.com/untool/untool/blob/master/packages/core/README.md#mixins) powering `untool`'s command line interface and allowing other mixins to define their own commands. These custom commands will work exactly as those defined by `untool`'s own modules and can be called using executables such as [Hops CLI](https://github.com/xing/hops/blob/master/packages/cli/README.md). | ||
`@untool/yargs` is a [core mixin](../core/README.md#mixins) powering `untool`'s command line interface and allowing other mixins to define their own commands. These custom commands will work exactly as those defined by `untool`'s own modules and can be called using executables such as [Hops CLI](https://github.com/xing/hops/blob/master/packages/cli/README.md). | ||
@@ -8,0 +8,0 @@ ### Installation |
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
25559
Updated@untool/core@^2.0.0-beta.1