Octez_agnostic_baker.Commands
val baker_commands :
(module Tezos_client_base_unix.Client_main_run.M) ->
Tezos_client_base.Client_context.full Tezos_clic.command list
baker_commands client_config
is the list of CLI commands available for controlling a baker process in the Tezos client context.
val accuser_commands :
Tezos_client_base.Client_context.full Tezos_clic.command list
accuser_commands
behaves similarly to baker_commands
, but for the accuser process.