Update commander and devDeps, invert default val and function accordingly

This commit is contained in:
Loïc Gasser
2018-08-02 23:39:14 -04:00
parent 8e66736955
commit 45ed8d90ca
2 changed files with 6 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ var opts = require('commander')
.option(
'-p, --port <port>',
'Port [8080]',
parseInt,
8080
8080,
parseInt
)
.option(
'-C|--no-cors',