joyent/node-triton#144 update dashdash dep to get Bash completion fix for sort order of "no completions" completions

This commit is contained in:
Trent Mick 2016-11-22 14:40:57 -08:00
parent 84338a44b2
commit 6c7944f2c2
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,16 @@ Known issues:
## not yet released
- [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. For example:
$ triton -p test2 package get <TAB> # before
##-no -tritonpackage- completions-##
$ triton -p test2 package get <TAB> # after
##-no-completion- -results-##
## 4.14.2
- TOOLS-1592 First workaround for a possible BadDigestError when using

View File

@ -8,7 +8,7 @@
"backoff": "2.4.1",
"bigspinner": "3.1.0",
"bunyan": "1.5.1",
"cmdln": "4.1.1",
"cmdln": "4.1.2",
"extsprintf": "1.0.2",
"lomstream": "1.1.0",
"mkdirp": "0.5.1",