This commit is contained in:
swrup 2025-11-02 14:16:38 +01:00
parent e02c4a11a7
commit 602c345c15
13 changed files with 101 additions and 19 deletions

View file

@ -1,11 +1,10 @@
open Rresult
open Lwt.Infix
open Cmdliner
open Mte
let port =
let doc = Arg.info ~doc:"Port of HTTP service." [ "p"; "port" ] in
Arg.(value & opt int 8080 doc)
Arg.(value & opt int 3434 doc)
let use_tls =
let doc =