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:
Trent Mick 2016-09-30 15:43:51 -07:00
parent bb9412c2bc
commit 0d4850405b
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Known issues:
## not yet released
- [#136] bash completion for `triton profile create --copy <TAB>`
## 4.14.0

View File

@ -352,8 +352,9 @@ do_create.options = [
{
names: ['copy'],
type: 'string',
helpArg: 'NAME',
help: 'A profile from which to copy values.'
helpArg: 'PROFILE',
help: 'A profile from which to copy values.',
completionType: 'tritonprofile'
},
{
names: ['no-docker'],