Disable handling of exceptions by cmdliner

This commit is contained in:
Jeremie Dimino 2017-02-23 12:15:57 +00:00
parent d696bd113b
commit affacb8925
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ let all =
let () = let () =
try try
match Term.eval_choice (build_targets ~name:"jbuilder") all with match Term.eval_choice (build_targets ~name:"jbuilder") all ~catch:false with
| `Error _ -> exit 1 | `Error _ -> exit 1
| _ -> exit 0 | _ -> exit 0
with exn -> with exn ->