[cli] fix default port to be at 8008

parent d726be2f
Pipeline #7109 passed with stages
in 51 minutes and 9 seconds
......@@ -79,7 +79,7 @@ port_p = option auto ( long "port"
<> short 'p'
<> metavar "P"
<> showDefault
<> value 8080
<> value 8008
<> help "Port" )
version_p :: Parser CLIServer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment