What's the opinion on adding some more CLI options for configuring the
HTTP server settings? I'm thinking of flags for the following:

  • port
  • bind address
  • distribute
  • number of worker threads
  • daemon mode

Not sure if vibe.d has support for the last point.

/Jacob Carlborg