When working remotely, one may want to specify an IP in local network's range (or for some unfathomable reason, listen on all interfaces or on a public IP).
A trivial fix would be to replace httpPort flag with httpAddr, and to use that in the generated code. If port flag is specified, the program could keep the current behavior.
When working remotely, one may want to specify an IP in local network's range (or for some unfathomable reason, listen on all interfaces or on a public IP).
A trivial fix would be to replace
httpPort
flag withhttpAddr
, and to use that in the generated code. Ifport
flag is specified, the program could keep the current behavior.