mte/unikernel/duniverse/dune_/bin/exit_code.mli

9 lines
119 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
type t =
| Success
| Error
| Signal
val all : t list
val info : t -> Cmdliner.Cmd.Exit.info
val code : t -> int