Comparing version 3.5.3 to 3.5.4
# node-cmdln Changelog | ||
## 3.5.4 | ||
- Bump dashdash dep version to get bash completion fix in | ||
trentm/node-dashdash#20. | ||
## 3.5.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "cmdln", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"description": "helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`", | ||
@@ -19,3 +19,3 @@ "author": "Trent Mick (http://trentm.com)", | ||
"verror": "^1.6.0", | ||
"dashdash": "^1.12.2" | ||
"dashdash": "^1.13.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -160,3 +160,4 @@ `node-cmdln` is a node.js helper lib for creating CLI tools with subcommands | ||
See the `do_completion` subcommand on "examples/conan.js" for a complete example | ||
of this. | ||
of this. See the equivalent in the larger `triton` tool for another example: | ||
<https://github.com/joyent/node-triton/blob/master/lib/do_completion.js>. | ||
@@ -163,0 +164,0 @@ Another potential usage could be to pre-generate a completion file and |
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
67899
336
Updateddashdash@^1.13.1