(**************************************************************************) (* *) (* Copyright (c) 2014 - 2018. *) (* Dynamic Ledger Solutions, Inc. *) (* *) (* All rights reserved. No warranty, explicit or implicit, provided. *) (* *) (**************************************************************************) let select_commands _ _ = return (List.map (Clic.map_command (new Proto_alpha.wrap_full)) (Client_baking_commands.commands ())) let () = Client_main_run.run select_commands