This commit is contained in:
swrup 2025-11-02 14:16:38 +01:00
parent e02c4a11a7
commit 5b372e0712
13 changed files with 179 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 =