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-15 20:07:08 +04:00
|
|
|
let () =
|
|
|
|
Client_commands.register Proto_alpha.hash @@
|
2018-02-16 21:10:18 +04:00
|
|
|
List.map (Cli_entries.map_command (new Proto_alpha.wrap_full)) @@
|
2018-02-15 20:07:08 +04:00
|
|
|
Client_baking_commands.commands ()
|