pub async fn run_remote_tui(
transport: impl ConnectTo<Client> + 'static,
requested_session: Option<SessionId>,
settings: UiSettings,
log_dir: Option<&Path>,
) -> Result<(), AppError>Expand description
Launch the TUI attached to an Aether remote host over an established transport.