added --spa to cli options
This commit is contained in:
@ -29,6 +29,10 @@ module.exports = {
|
||||
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,
|
||||
description: 'Print these usage instructions', group: 'misc'
|
||||
},
|
||||
|
Reference in New Issue
Block a user