This commit is contained in:
Trent Mick 2016-11-24 11:31:58 -08:00
parent a2c83aab56
commit 152d12767c
3 changed files with 12 additions and 5 deletions

View File

@ -7,9 +7,16 @@ Known issues:
## not yet released ## not yet released
- [trentm/node-dashdash#30] Change the output used by Bash completion support to (nothing yet)
indicate "there are no completions for this argument" to cope with different
sorting rules on different Bash/platforms. For example: ## 4.15.0
- [joyent/node-triton#64] Support 'triton instance rename ...' (by
github.com/YangYong3).
- [trentm/node-dashdash#30, joyent/node-triton#144] 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 $ triton -p test2 package get <TAB> # before
##-no -tritonpackage- completions-## ##-no -tritonpackage- completions-##

View File

@ -90,7 +90,7 @@ function zeroPad(n, width) {
* raise TypeError trying. * raise TypeError trying.
* *
* @param value {Boolean|String} The input value to convert. * @param value {Boolean|String} The input value to convert.
* @param default_ {Boolean} The default value is `value` is undefined. * @param default_ {Boolean} The default value if `value` is undefined.
* @param errName {String} The context to quote in the possibly * @param errName {String} The context to quote in the possibly
* raised TypeError. * raised TypeError.
*/ */

View File

@ -1,7 +1,7 @@
{ {
"name": "triton", "name": "triton",
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
"version": "4.14.2", "version": "4.15.0",
"author": "Joyent (joyent.com)", "author": "Joyent (joyent.com)",
"dependencies": { "dependencies": {
"assert-plus": "0.2.0", "assert-plus": "0.2.0",