Newer
Older
cliListenAddr := flag.String("cli-listen-addr", "localhost", "The IP address of the grpcCLI.")
cliListenPort := flag.String("cli-server-port", "55055", "The port number of the grpcCLI")
configFileName := flag.String("config-file", "", "Path to the config file")
cliSocket := *cliListenAddr + ":" + *cliListenPort
// hand off to cmd for further processing
// nothing to see here, please move on!
}