Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val exec :
label:string ->
log:Log_data.t ->
switch:Lwt_switch.t ->
?env:string array ->
?stdin:string ->
?stderr:Lwt_process.redirection ->
?is_success:(int -> bool) ->
string list ->
(unit, [> error ]) Lwt_result.t
val check_call :
label:string ->
log:Log_data.t ->
switch:Lwt_switch.t ->
?env:string array ->
?stdin:string ->
?stderr:Lwt_process.redirection ->
?is_success:(int -> bool) ->
string list ->
(unit, [> `Cancelled | `Msg of string ]) Lwt_result.t