2016-09-08 21:13:10 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-09-08 21:13:10 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
let () =
|
2018-02-15 20:07:08 +04:00
|
|
|
Client_commands.register Proto_alpha.hash @@
|
2018-04-03 13:39:09 +04:00
|
|
|
List.map (Clic.map_command (new Proto_alpha.wrap_full)) @@
|
2017-11-07 20:38:11 +04:00
|
|
|
Client_proto_programs_commands.commands () @
|
|
|
|
Client_proto_contracts_commands.commands () @
|
2018-02-15 20:07:08 +04:00
|
|
|
Client_proto_context_commands.commands ()
|