OCaml: Apply formatting
This commit is contained in:
parent
ce3859f62c
commit
bb1cd19000
12 changed files with 145 additions and 74 deletions
|
|
@ -3,7 +3,7 @@ open Tori.Utilities.Aliases
|
|||
let () =
|
||||
match Array.to_list Sys.argv with
|
||||
| _ :: tail ->
|
||||
let future = (Tori.Parsers.Argument.interpret Tori.Schema.seed tail) in
|
||||
let future = Tori.Parsers.Argument.interpret Tori.Schema.seed tail in
|
||||
if future.output.main <> "" then print_endline future.output.main;
|
||||
if future.output.log <> "" then elog future.output.log;
|
||||
exit future.meta.status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue