add --https option. Fixes #31

This commit is contained in:
Lloyd Brookes
2016-03-10 10:52:56 +00:00
parent f3ffab2c1f
commit 869a725fd3
4 changed files with 58 additions and 1 deletions

View File

@ -41,6 +41,10 @@ module.exports = {
description: 'SSL cert. Supply along with --key to launch a https server.'
},
{
name: 'https', type: Boolean, group: 'server',
description: 'Enable HTTPS using a built-in key and cert, registered to the domain 127.0.0.1.'
},
{
name: 'verbose', type: Boolean,
description: 'Verbose output, useful for debugging.', group: 'server'
},