(**************************************************************************) (* *) (* Copyright (c) 2014 - 2018. *) (* Dynamic Ledger Solutions, Inc. *) (* *) (* All rights reserved. No warranty, explicit or implicit, provided. *) (* *) (**************************************************************************) let () = Client_commands.register Proto_alpha.hash @@ fun _network -> List.map (Clic.map_command (new Proto_alpha.wrap_full)) @@ Delegate_commands.delegate_commands () let select_commands _ _ = return (List.map (Clic.map_command (new Proto_alpha.wrap_full)) (Delegate_commands.baker_commands ())) let () = Client_main_run.run select_commands