Comparing version 8.0.0 to 8.0.1
@@ -555,3 +555,3 @@ /*jshint laxcomma:true, smarttabs: true, node: true, esnext: true, unused: true */ | ||
type: opts.type === Boolean ? 'confirm' : opts.mask ? 'password' : 'input' | ||
, name: flag_display | ||
, name: flag | ||
, message: flag_display + ': ' + (opts.description || '(no description)') | ||
@@ -558,0 +558,0 @@ , default: opts.default || null |
{ | ||
"name": "seeli", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Object oriented, flexible CLI tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,3 +22,3 @@ ![build image](https://travis-ci.org/esatterwhite/node-seeli.svg?branch=master) ![package dependancies](https://david-dm.org/esatterwhite/node-seeli.png) | ||
const Hello new cli.Command({ | ||
const Hello = new cli.Command({ | ||
description:"displays a simple hello world command" | ||
@@ -104,3 +104,3 @@ , name: 'hello' | ||
now you will have a fully functional world command with help and an interactive walk through | ||
now you will have a fully functional `hello world` command with help and an interactive walk through | ||
@@ -107,0 +107,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48504
18
1201