joyent/node-triton#136 bash completion for 'triton profile create --copy <TAB>'
Reviewed by: Angela Fong <angela.fong@joyent.com> Approved by: Angela Fong <angela.fong@joyent.com>
This commit is contained in:
parent
bb9412c2bc
commit
0d4850405b
@ -7,6 +7,7 @@ Known issues:
|
|||||||
|
|
||||||
## not yet released
|
## not yet released
|
||||||
|
|
||||||
|
- [#136] bash completion for `triton profile create --copy <TAB>`
|
||||||
|
|
||||||
## 4.14.0
|
## 4.14.0
|
||||||
|
|
||||||
|
@ -352,8 +352,9 @@ do_create.options = [
|
|||||||
{
|
{
|
||||||
names: ['copy'],
|
names: ['copy'],
|
||||||
type: 'string',
|
type: 'string',
|
||||||
helpArg: 'NAME',
|
helpArg: 'PROFILE',
|
||||||
help: 'A profile from which to copy values.'
|
help: 'A profile from which to copy values.',
|
||||||
|
completionType: 'tritonprofile'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ['no-docker'],
|
names: ['no-docker'],
|
||||||
|
Reference in New Issue
Block a user