Module Test_command_line.Run_command

Make Cmdliner commands from Asynchronous_result functions.

val make : pp_error: (Stdlib.Format.formatter -> [> ] as 'errors -> Internal_pervasives.unit) -> (< application_name : Internal_pervasives.string ; console : Console.t.. > * (Internal_pervasives.unit -> (Internal_pervasives.unit, 'errors) Internal_pervasives.Asynchronous_result.t)) Cmdliner.Term.t -> Cmdliner.Term.info -> Internal_pervasives.unit Cmdliner.Term.t * Cmdliner.Term.info