fix: correctly retrieve the public_url parameter on start

This commit is contained in:
Maxime Colmant 2018-12-26 16:24:17 +01:00
parent a1a8996d3f
commit e8134dfeb0
No known key found for this signature in database
GPG key ID: 663A5734050A78FF

View file

@ -43,7 +43,7 @@ var opts = require('commander')
'Disable Cross-origin resource sharing headers'
)
.option(
'-u|--public_url',
'-u|--public_url <url>',
'Enable exposing the server on subpaths, not necessarily the root of the domain'
)
.option(