pub async fn run_direct(
args: MonitorArgs,
config: &Config,
clients: &dyn ChainClientFactory,
) -> Result<()>Expand description
Entry point for the top-level scope monitor command.
Creates a SessionContext from CLI args and delegates to run.
Applies CLI-provided overrides (layout, refresh, scale, etc.) on top
of the config-file defaults.