ligo/src/proto_alpha/bin_baker/main_baker_alpha.ml

22 lines
971 B
OCaml
Raw Normal View History

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. *)
(* *)
(**************************************************************************)
let () =
Client_commands.register Proto_alpha.hash @@
List.map (Clic.map_command (new Proto_alpha.wrap_full)) @@
Delegate_commands.delegate_commands ()
let select_commands _ _ =
return
(List.map
2018-04-03 13:39:09 +04:00
(Clic.map_command (new Proto_alpha.wrap_full))
(Delegate_commands.baker_commands ()))
let () = Client_main_run.run select_commands