added --verbose option to aid debugging
This commit is contained in:
@ -33,6 +33,10 @@ module.exports = {
|
||||
description: 'Path to a Single Page App, e.g. app.html', group: 'server'
|
||||
},
|
||||
{
|
||||
name: 'verbose', type: Boolean,
|
||||
description: 'Verbose output, useful for debugging.', group: 'server'
|
||||
},
|
||||
{
|
||||
name: 'help', alias: 'h', type: Boolean,
|
||||
description: 'Print these usage instructions', group: 'misc'
|
||||
},
|
||||
|
Reference in New Issue
Block a user