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 select_commands _ _ =
|
|
|
|
return
|
|
|
|
(List.map
|
2018-04-03 13:39:09 +04:00
|
|
|
(Clic.map_command (new Proto_alpha.wrap_full))
|
2018-02-15 20:07:08 +04:00
|
|
|
(Client_baking_commands.commands ()))
|
|
|
|
|
|
|
|
let () = Client_main_run.run select_commands
|