B0_driver.Exit
Driver exit codes.
See also B00_cli.Exit
val build_error : B00_std.Os.Exit.t
build_error
indicates a build error.
val b0_file_error : B00_std.Os.Exit.t
b0_file_error
indicates a B0 file error.
val deploy_error : B00_std.Os.Exit.t
deploy_error
indicates a deploy error.
val no_b0_file : B00_std.Os.Exit.t
no_b0_file
indicates no B0 file could be found.
val infos : Cmdliner.Term.exit_info list
infos
has the infos of Cmdliner.Term.default_exits
, Os
.Exit.ok, Os
.Exit.some_error and those above.