style
This commit is contained in:
parent
40c710d601
commit
1d6a8178bd
@ -80,7 +80,7 @@ do_delete_instance.help = [
|
|||||||
' {{name}} delete <alias|id>',
|
' {{name}} delete <alias|id>',
|
||||||
'',
|
'',
|
||||||
'{{options}}'
|
'{{options}}'
|
||||||
];
|
].join('\n');
|
||||||
do_delete_instance.options = [
|
do_delete_instance.options = [
|
||||||
{
|
{
|
||||||
names: ['help', 'h'],
|
names: ['help', 'h'],
|
||||||
|
@ -24,18 +24,18 @@ function do_startstop_instance(action) {
|
|||||||
f(' {{name}} %s <alias|id>', action),
|
f(' {{name}} %s <alias|id>', action),
|
||||||
f(''),
|
f(''),
|
||||||
f('{{options}}')
|
f('{{options}}')
|
||||||
];
|
].join('\n');
|
||||||
_do_startstop_instance.options = [
|
_do_startstop_instance.options = [
|
||||||
{
|
{
|
||||||
names: ['help', 'h'],
|
names: ['help', 'h'],
|
||||||
type: 'bool',
|
type: 'bool',
|
||||||
help: 'Show this help.'
|
help: 'Show this help.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ['wait', 'w'],
|
names: ['wait', 'w'],
|
||||||
type: 'bool',
|
type: 'bool',
|
||||||
help: 'Block until desired state is reached.'
|
help: 'Block until desired state is reached.'
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return _do_startstop_instance;
|
return _do_startstop_instance;
|
||||||
|
Reference in New Issue
Block a user