Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type M = sig ... end
val run :
(module M) ->
select_commands:
(Tezos_rpc_http_client_unix.RPC_client_unix.http_ctxt ->
Client_config.cli_args ->
(Tezos_client_base.Client_context.full Tezos_clic.Clic.command list,
Tezos_error_monad.TzCore.error list)
Stdlib.result
Lwt.t) ->
unit