Skip to main content

execute_setup

Function execute_setup 

Source
pub async fn execute_setup(
    args: &SetupArgs,
    ctx: &CommandContext,
) -> Result<(), CliError>
Expand description

theater setup manifest.toml — load the actor and set up its task loops, but do NOT call actor.init. Used by replay (the replay handler walks the recorded chain and fires init from there) and by callers that want to drive init themselves with custom typed params.