Skip to main content

SetupArgs

Type Alias SetupArgs 

Source
pub type SetupArgs = SpawnArgs;
Expand description

theater setup takes the same arguments as theater spawn.

Aliased Type§

pub struct SetupArgs {
    pub manifest: String,
    pub events: bool,
    pub events_format: EventFormat,
    pub no_actor_logs: bool,
}

Fields§

§manifest: String

Path or URL to the actor manifest file

§events: bool

Output chain events from all actors

§events_format: EventFormat

Format for event output (used with –events)

§no_actor_logs: bool

Disable actor log output to stdout