I advanced the argv-stuff in the bin - so the -p flag works.
When there is some port passed i replace the expressPort in the configFile-object with the passed one.
I also replaced all double-quotes with single-quotes (since you used both in the same file, it's just a tidy.. hope it's okay)
Hi there, here is my PR (you asked in #56)
I advanced the
argv
-stuff in the bin - so the-p
flag works. When there is some port passed i replace theexpressPort
in the configFile-object with the passed one.I also replaced all double-quotes with single-quotes (since you used both in the same file, it's just a tidy.. hope it's okay)
Hope everything is ok :)