pub async fn start_server( opt_host: Option<String>, opt_port: Option<String>, dirs: Vec<String>, cm: ColorMode, verbose: bool, ) -> Result<()>
Starts the server.