|
@ -29,6 +29,10 @@ module.exports = { |
|
|
description: 'A list of URL rewrite rules', group: 'server' |
|
|
description: 'A list of URL rewrite rules', group: 'server' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
name: 'spa', alias: 's', type: String, |
|
|
|
|
|
description: 'Single Page App page', group: 'server' |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
name: 'help', alias: 'h', type: Boolean, |
|
|
name: 'help', alias: 'h', type: Boolean, |
|
|
description: 'Print these usage instructions', group: 'misc' |
|
|
description: 'Print these usage instructions', group: 'misc' |
|
|
}, |
|
|
}, |
|
|