Comparing version 4.1.1 to 4.1.2
# node-cmdln Changelog | ||
## not yet released | ||
(nothing yet) | ||
## 4.1.2 | ||
- [trentm/node-dashdash#30] Change the output used by Bash completion support to | ||
indicate "there are no completions for this argument" to cope with different | ||
sorting rules on different Bash/platforms. | ||
## 4.1.1 | ||
@@ -4,0 +14,0 @@ |
@@ -1309,3 +1309,3 @@ /* | ||
* if (require.main === module) { | ||
* var cli = MyCLI(); | ||
* var cli = new MyCLI(); | ||
* cmdln.main(cli); | ||
@@ -1312,0 +1312,0 @@ * } |
{ | ||
"name": "cmdln", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`", | ||
@@ -20,3 +20,3 @@ "author": "Trent Mick (http://trentm.com)", | ||
"verror": "^1.6.0", | ||
"dashdash": "^1.14.0", | ||
"dashdash": "^1.14.1", | ||
"fuzzyset.js": "^0.0.1" | ||
@@ -23,0 +23,0 @@ }, |
10
TODO.txt
@@ -0,5 +1,11 @@ | ||
# from triton | ||
- The 'shortcut' commands use `handlerFromSubcmd(...).dispatch`. That | ||
doesn't run the subcmd class's `.init()` method. node-cmdln should provide | ||
a way to do this. ... basically want to call the *main()* but with preparsed | ||
options. Perhaps the init/fini should move into dispatch? | ||
# errHelp | ||
- triton: {{usage}} and synopses | ||
- XXXs from node-triton/lib/cli.js | ||
- follow up ticket for '-E' or something: | ||
@@ -6,0 +12,0 @@ * - a concern with following errHelp output is that you cannot use the last |
Sorry, the diff of this file is not supported yet
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
89912
Updateddashdash@^1.14.1