@untool/yargs
Advanced tools
Comparing version 1.0.0-rc.6 to 1.0.0-rc.7
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-rc.7](https://github.com/untool/untool/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2018-10-21) | ||
**Note:** Version bump only for package @untool/yargs | ||
# [1.0.0-rc.6](https://github.com/untool/untool/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2018-10-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@untool/yargs", | ||
"version": "1.0.0-rc.6", | ||
"version": "1.0.0-rc.7", | ||
"description": "untool yargs mixin", | ||
@@ -22,3 +22,3 @@ "bin": { | ||
"dependencies": { | ||
"@untool/core": "^1.0.0-rc.6", | ||
"@untool/core": "^1.0.0-rc.7", | ||
"mixinable": "^4.0.0", | ||
@@ -30,3 +30,4 @@ "pretty-ms": "^4.0.0", | ||
"node": ">8.6.0" | ||
} | ||
}, | ||
"gitHead": "27613b48005f2082dc5b639074d6c3b507354057" | ||
} |
# `@untool/yargs` | ||
[![npm](https://img.shields.io/npm/v/@untool%2Fyargs.svg)](https://www.npmjs.com/package/@untool%2Fyargs) | ||
[![travis](https://img.shields.io/travis/untool/untool/master.svg)](https://travis-ci.org/untool/untool) [![npm](https://img.shields.io/npm/v/@untool%2Fyargs.svg)](https://www.npmjs.com/package/@untool%2Fyargs) | ||
@@ -5,0 +5,0 @@ `@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). |
17281
8
Updated@untool/core@^1.0.0-rc.7