progress parsing command line args

This commit is contained in:
2025-08-26 13:58:42 +01:00
parent d3d7955727
commit 868e066295
3 changed files with 13 additions and 2 deletions

View File

@@ -59,5 +59,6 @@ struct
()
end
fun main () = RunCML.doit (init, NONE)
fun main () =
(RunCML.doit (init, NONE); ())
end