joyent/node-triton#144 update dashdash dep to get Bash completion fix for sort order of "no completions" completions
This commit is contained in:
parent
84338a44b2
commit
6c7944f2c2
10
CHANGES.md
10
CHANGES.md
@ -7,6 +7,16 @@ Known issues:
|
|||||||
|
|
||||||
## not yet released
|
## 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
|
## 4.14.2
|
||||||
|
|
||||||
- TOOLS-1592 First workaround for a possible BadDigestError when using
|
- TOOLS-1592 First workaround for a possible BadDigestError when using
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"backoff": "2.4.1",
|
"backoff": "2.4.1",
|
||||||
"bigspinner": "3.1.0",
|
"bigspinner": "3.1.0",
|
||||||
"bunyan": "1.5.1",
|
"bunyan": "1.5.1",
|
||||||
"cmdln": "4.1.1",
|
"cmdln": "4.1.2",
|
||||||
"extsprintf": "1.0.2",
|
"extsprintf": "1.0.2",
|
||||||
"lomstream": "1.1.0",
|
"lomstream": "1.1.0",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
|
Reference in New Issue
Block a user