added --verbose option to aid debugging

This commit is contained in:
Lloyd Brookes
2015-11-17 17:50:37 +00:00
parent 60c4a4e2c0
commit e6351e9651
6 changed files with 56 additions and 8 deletions

View File

@ -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'
},