progress parsing command line args
This commit is contained in:
@@ -59,5 +59,6 @@ struct
|
||||
()
|
||||
end
|
||||
|
||||
fun main () = RunCML.doit (init, NONE)
|
||||
fun main () =
|
||||
(RunCML.doit (init, NONE); ())
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user