ligo/src/bin/cli_helpers.mli

6 lines
328 B
OCaml
Raw Normal View History

open Cmdliner
open Display
2019-10-07 14:18:32 +00:00
val toplevel : display_format:ex_display_format -> displayable -> (unit -> unit Term.ret) -> unit Term.ret
val returned_value : (_,_) Trace.result -> unit -> unit Term.ret
val return_result : display_format:ex_display_format -> 'value format -> ('value, Main_errors.Types.all) result -> unit Term.ret