add host arg to app
This commit is contained in:
parent
54d08f4ee7
commit
db30a334c0
@ -34,6 +34,11 @@ const opts = require('optimist')
|
|||||||
demand: false,
|
demand: false,
|
||||||
description: 'path to SSL certificate'
|
description: 'path to SSL certificate'
|
||||||
},
|
},
|
||||||
|
host: {
|
||||||
|
demand: false,
|
||||||
|
description: 'ip',
|
||||||
|
default: '0.0.0.0'
|
||||||
|
},
|
||||||
port: {
|
port: {
|
||||||
demand: true,
|
demand: true,
|
||||||
alias: 'p',
|
alias: 'p',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user