// run with default port 8888
$ herego
// run with ${port}
$ herego 8080
// run with ${username}${password}
$ herego wsx 123
// run with ${port}${username}${password}
$ herego 8080 wsx 123
TODO commander Help
$ herego --help
Usage:
herego --help // print help information
TODO