Comparing version
{ | ||
"name": "seeli", | ||
"version": "8.1.3", | ||
"version": "8.2.0", | ||
"description": "Object oriented, flexible CLI tools", | ||
@@ -10,4 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "tap -Rtap -J --cov test", | ||
"docs": "jsdoc -r lib" | ||
"test": "tap -Rtap -J --cov test" | ||
}, | ||
@@ -55,7 +54,7 @@ "repository": { | ||
"abbrev": "~1.1.0", | ||
"chalk": "^2.1.0", | ||
"cliui": "^4.0.0", | ||
"chalk": "^2.4.1", | ||
"cliui": "^4.1.0", | ||
"clone": "^2.0.0", | ||
"debug": "^3.1.0", | ||
"inquirer": "^4.0.0", | ||
"inquirer": "^6.0.0", | ||
"mout": "^1.0.0", | ||
@@ -68,4 +67,3 @@ "nopt": "~4.0.0", | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"tap": "^10.7.2" | ||
"tap": "^12.0.1" | ||
}, | ||
@@ -72,0 +70,0 @@ "nyc": { |
  | ||
[](https://www.codacy.com/app/esatterwhite/node-seeli) | ||
[](https://www.codacy.com/app/esatterwhite/node-seeli?utm_source=github.com&utm_medium=referral&utm_content=esatterwhite/node-seeli&utm_campaign=Badge_Grade) | ||
@@ -211,3 +211,3 @@ seeli ( C. L. I. ) | ||
**flags** | `Object` | `{}` | key value pairs used to control the command where keys are the name of the flag and the values is a configuration object for the flag | ||
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.jso) your command should use | ||
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.json) your command should use | ||
**run** | `Function` | `no-op` | An async function used as the body of the command. It will be passed a `subcommand` name if one was passed, and a `data` object containing the processed values from the command input. | ||
@@ -236,6 +236,6 @@ | ||
Flag names that contain a colon (`:`) will be parsed as a nested value in the data that is return to you commands. You can Set arbitrarily deep values. | ||
You can use this to automatically construct complext object. Array values are limited to primitive types | ||
You can use this to automatically construct complex object. Array values are limited to primitive types | ||
```javascript | ||
// cli ---foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2 | ||
// cli --foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2 | ||
@@ -242,0 +242,0 @@ { |
49543
0.14%1
-50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated