2016-10-16 23:57:56 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-10-16 23:57:56 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-14 14:01:23 +04:00
|
|
|
val run :
|
|
|
|
(RPC_client.http_ctxt ->
|
|
|
|
Client_config.cli_args ->
|
2018-02-14 18:20:03 +04:00
|
|
|
Client_context.full_context Cli_entries.command list tzresult Lwt.t) ->
|
2018-02-14 14:01:23 +04:00
|
|
|
unit
|